public function Links::usesGroupBy in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/src/Plugin/views/field/Links.php \Drupal\views\Plugin\views\field\Links::usesGroupBy()
Provides the handler some groupby.
Overrides HandlerBase::usesGroupBy
File
- core/
modules/ views/ src/ Plugin/ views/ field/ Links.php, line 19
Class
- Links
- An abstract handler which provides a collection of links.
Namespace
Drupal\views\Plugin\views\fieldCode
public function usesGroupBy() {
return FALSE;
}