public function Link::usesGroupBy in Simplenews 8
Same name and namespace in other branches
- 8.2 src/Plugin/views/field/Link.php \Drupal\simplenews\Plugin\views\field\Link::usesGroupBy()
- 3.x 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\fieldCode
public function usesGroupBy() {
return FALSE;
}