public function ViewsIfEmpty::usesGroupBy in Views If Empty 8
Provides the handler some groupby.
Overrides HandlerBase::usesGroupBy
File
- src/
Plugin/ views/ field/ ViewsIfEmpty.php, line 26 - Contains \Drupal\views_ifempty\Plugin\views\field\ViewsIfEmpty.
Class
- ViewsIfEmpty
- Field handler to output an alternate field when a field is empty.
Namespace
Drupal\views_ifempty\Plugin\views\fieldCode
public function usesGroupBy() {
return FALSE;
}