public function LdapAttribute::usesGroupBy in Lightweight Directory Access Protocol (LDAP) 8.3
Same name and namespace in other branches
- 8.4 ldap_query/src/Plugin/views/field/LdapAttribute.php \Drupal\ldap_query\Plugin\views\field\LdapAttribute::usesGroupBy()
Provides the handler some groupby.
Overrides HandlerBase::usesGroupBy
File
- ldap_query/
src/ Plugin/ views/ field/ LdapAttribute.php, line 112
Class
- LdapAttribute
- The handler for loading a specific LDAP field.
Namespace
Drupal\ldap_query\Plugin\views\fieldCode
public function usesGroupBy() {
return FALSE;
}