You are here

public function AuthenticationManagerInterface::getPlugins in RESTful 7.2

Gets the plugin collection for this plugin manager.

Return value

AuthenticationPluginManager The plugin manager.

1 method overrides AuthenticationManagerInterface::getPlugins()
AuthenticationManager::getPlugins in src/Authentication/AuthenticationManager.php
Gets the plugin collection for this plugin manager.

File

src/Authentication/AuthenticationManagerInterface.php, line 82
Contains \Drupal\restful\Authentication\AuthenticationManagerInterface

Class

AuthenticationManagerInterface

Namespace

Drupal\restful\Authentication

Code

public function getPlugins();