Skip to content
Snippets Groups Projects
Commit cbf4d130 authored by jaapjansma's avatar jaapjansma
Browse files

fixed label

parent 5f9f3d9a
No related branches found
No related tags found
No related merge requests found
......@@ -65,6 +65,17 @@ class ContributionCountFieldOutputHandler extends AbstractSimpleFieldOutputHandl
return $output;
}
/**
* Returns the label of the field for selecting a field.
*
* This could be override in a child class.
*
* @return string
*/
protected function getFieldTitle() {
return E::ts('Contact ID Field');
}
/**
* When this handler has configuration specify the template file name
* for the configuration form.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment