public function AuthenticationManagerInterface::addAuthenticationProvider in RESTful 7.2
Adds the auth provider to the list.
Parameters
string $plugin_id: The authentication plugin id.
1 method overrides AuthenticationManagerInterface::addAuthenticationProvider()
- AuthenticationManager::addAuthenticationProvider in src/
Authentication/ AuthenticationManager.php - Adds the auth provider to the list.
File
- src/
Authentication/ AuthenticationManagerInterface.php, line 40 - Contains \Drupal\restful\Authentication\AuthenticationManagerInterface
Class
Namespace
Drupal\restful\AuthenticationCode
public function addAuthenticationProvider($plugin_id);