You are here

public function EventDateStringField::usesGroupBy in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/EventDateStringField.php \Drupal\rng\Plugin\views\field\EventDateStringField::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/EventDateStringField.php, line 126

Class

EventDateStringField
A handler to provide a field that is completely custom by the administrator.

Namespace

Drupal\rng\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}