function FieldHandlerInterface::useStringGroupBy

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::useStringGroupBy()
  2. 8.9.x core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::useStringGroupBy()
  3. 10 core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php \Drupal\views\Plugin\views\field\FieldHandlerInterface::useStringGroupBy()

Determines if this field can be grouped in the results.

Return value

bool TRUE if this field handler is groupable, otherwise FALSE.

1 method overrides FieldHandlerInterface::useStringGroupBy()
FieldPluginBase::useStringGroupBy in core/modules/views/src/Plugin/views/field/FieldPluginBase.php
Determines if this field can be grouped in the results.

File

core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php, line 144

Class

FieldHandlerInterface
Base field handler that has no options and renders an unformatted field.

Namespace

Drupal\views\Plugin\views\field

Code

public function useStringGroupBy();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.