You are here

public function HeartbeatMessageField::usesGroupBy in Heartbeat 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/HeartbeatMessageField.php, line 23

Class

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

Namespace

Drupal\heartbeat\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}