$this->addOutputHandler('groups_of_contact','Civi\DataProcessor\FieldOutputHandler\GroupsOfContactFieldOutputHandler',E::ts('Display the groups of a contact'));
$this->addOutputHandler('event_repeating_info','Civi\DataProcessor\FieldOutputHandler\EventRepeatingInfoFieldOutputHandler',E::ts('Display info about repeating event'));
thrownewFieldNotFoundException(E::ts("Field %1 requires a field with the name '%2' in the data source '%3'. Did you change the data source type?",array(
1=>$title,
...
...
@@ -103,7 +106,10 @@ class ContactLinkFieldOutputHandler extends AbstractFieldOutputHandler implement
thrownewFieldNotFoundException(E::ts("Field %1 requires a field with the name '%2' in the data source '%3'. Did you change the data source type?",array(
thrownewDataSourceNotFoundException(E::ts("Field %1 requires data source '%2' which could not be found. Did you rename or deleted the data source?",array(1=>$title,2=>$configuration['datasource'])));
thrownewFieldNotFoundException(E::ts("Field %1 requires a field with the name '%2' in the data source '%3'. Did you change the data source type?",array(