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

Added field output handler for date range segments based on months.

parent c765c9c0
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,15 @@ class DateMonthSegmentFieldOutputHandler extends AbstractSimpleSortableFieldOutp
$this->textInRange = $configuration['text_within_range'];
}
/**
* Returns the data type of this field
*
* @return String
*/
protected function getType() {
return 'String';
}
/**
* Returns the formatted value
*
......
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