You are here

public function XmlFieldHelperTrait::usesGroupBy in Views XML Backend 8

Provides the handler some groupby.

See also

\Drupal\views\Plugin\views\HandlerBase

File

src/Plugin/views/field/XmlFieldHelperTrait.php, line 23
Contains \Drupal\views_xml_backend\Plugin\views\field\XmlFieldHelperTrait.

Class

XmlFieldHelperTrait
A handler to provide an XML text field.

Namespace

Drupal\views_xml_backend\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}