public function OpignoModuleScoreLink::usesGroupBy in Opigno module 8
Same name and namespace in other branches
- 3.x src/Plugin/views/field/OpignoModuleScoreLink.php \Drupal\opigno_module\Plugin\views\field\OpignoModuleScoreLink::usesGroupBy()
Provides the handler some groupby.
Overrides HandlerBase::usesGroupBy
File
- src/
Plugin/ views/ field/ OpignoModuleScoreLink.php, line 22
Class
- OpignoModuleScoreLink
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\opigno_module\Plugin\views\fieldCode
public function usesGroupBy() {
return FALSE;
}