You are here

public function LdapAttribute::usesGroupBy in Lightweight Directory Access Protocol (LDAP) 8.3

Same name and namespace in other branches
  1. 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\field

Code

public function usesGroupBy() {
  return FALSE;
}