You are here

public function RenderedEntity::usesGroupBy in Entity API 8.0

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/RenderedEntity.php, line 81
Contains \Drupal\entity\Plugin\views\field\RenderedEntity.

Class

RenderedEntity
Provides a field handler which renders an entity in a certain view mode.

Namespace

Drupal\entity\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}