return implode($this->operator == 'or' ? ' + ' : ', ',
$this->
titleQuery());
} /**
* Override for specific title lookups.
*/
public function titleQuery() { return $this->value;
} public function summaryName($data) { return $this->
caseTransform(parent::
summaryName($data),
$this->options
['case'
]);
} /**
* {@inheritdoc}
*/
public function getContextDefinition() { if ($context_definition = parent::
getContextDefinition()) { return $context_definition;
} // If the parent does not provide a context definition through the