public function useStringGroupBy() { return TRUE;
} protected function defineOptions() { $options = parent::
defineOptions();
$options['label'
] =
['default' => ''
];
// Some styles (for example table) should have labels enabled by default.
$style =
$this->view->
getStyle();
if (isset($style) &&
$style->
defaultFieldLabels()) { $options['label'
]['default'
] =
$this->definition
['title'
];
} $options['exclude'
] =
['default' => FALSE
];
$options['alter'
] =
[ 'contains' =>
[ 'alter_text' =>
['default' => FALSE
],
'text' =>
['default' => ''
],
'make_link' =>
['default' => FALSE
],
'path' =>
['default' => ''
],
'absolute' =>
['default' => FALSE
],