public function Links::usesGroupBy in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 24 - Contains \Drupal\views\Plugin\views\field\Links.
Class
- Links
- A abstract handler which provides a collection of links.
Namespace
Drupal\views\Plugin\views\fieldCode
public function usesGroupBy() {
return FALSE;
}