You are here

public function Link::usesGroupBy in Profile 2 8

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/Link.php, line 26
Definition of Drupal\profile\Plugin\views\field\Link.

Class

Link
Field handler to present a link to the node.

Namespace

Drupal\profile\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}