You are here

protected property LDAPAuthorizationProvider::$handlers in Lightweight Directory Access Protocol (LDAP) 8.3

Same name and namespace in other branches
  1. 8.4 ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php \Drupal\ldap_authorization\Plugin\authorization\Provider\LDAPAuthorizationProvider::handlers

List of modules handling this provider.

Can potentially be removed.

Type: array

Overrides ProviderPluginBase::$handlers

File

ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php, line 26

Class

LDAPAuthorizationProvider
The LDAP authorization provider for authorization module.

Namespace

Drupal\ldap_authorization\Plugin\authorization\Provider

Code

protected $handlers = [
  'ldap',
  'ldap_authentication',
];