You are here

public function ProviderPluginBase::getHandlers in Authorization 8

Which modules are handling this provider.

Potentially unused.

Return value

array Handlers.

File

src/Provider/ProviderPluginBase.php, line 68

Class

ProviderPluginBase
Base class for Authorization provider plugins.

Namespace

Drupal\authorization\Provider

Code

public function getHandlers() : array {
  return $this->handlers;
}