public function View::useStringGroupBy in Views Field View 8
Determines if this field will be available as an option to group the result by in the style settings.
Return value
bool TRUE if this field handler is groupable, otherwise FALSE.
Overrides FieldPluginBase::useStringGroupBy
File
- src/
Plugin/ views/ field/ View.php, line 73
Class
- View
- Plugin annotation @ViewsField("view");
Namespace
Drupal\views_field_view\Plugin\views\fieldCode
public function useStringGroupBy() {
return FALSE;
}