You are here

public function Link::usesGroupBy in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/views/field/Link.php \Drupal\simplenews\Plugin\views\field\Link::usesGroupBy()
  2. 8 src/Plugin/views/field/Link.php \Drupal\simplenews\Plugin\views\field\Link::usesGroupBy()

Provides the handler some groupby.

Overrides HandlerBase::usesGroupBy

File

src/Plugin/views/field/Link.php, line 21

Class

Link
Field handler to present a link to the subscriber.

Namespace

Drupal\simplenews\Plugin\views\field

Code

public function usesGroupBy() {
  return FALSE;
}