Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. HandlerBase.php

function HandlerBase::usesGroupBy

Provides the handler some groupby.

13 methods override HandlerBase::usesGroupBy()
AreaPluginBase::usesGroupBy in core/modules/views/src/Plugin/views/area/AreaPluginBase.php
Provides the handler some groupby.
ContextualLinks::usesGroupBy in core/modules/contextual/src/Plugin/views/field/ContextualLinks.php
Provides the handler some groupby.
Counter::usesGroupBy in core/modules/views/src/Plugin/views/field/Counter.php
Provides the handler some groupby.
Custom::usesGroupBy in core/modules/views/src/Plugin/views/field/Custom.php
Provides the handler some groupby.
EntityOperations::usesGroupBy in core/modules/views/src/Plugin/views/field/EntityOperations.php
Provides the handler some groupby.

... See full list

File

core/modules/views/src/Plugin/views/HandlerBase.php, line 331

Class

HandlerBase
Base class for Views handler plugins.

Namespace

Drupal\views\Plugin\views

Code

public function usesGroupBy() {
    return TRUE;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal