public function AuthenticationInterface::getName in RESTful 7.2
Get the name of the authentication plugin.
Return value
string The name.
1 method overrides AuthenticationInterface::getName()
- Authentication::getName in src/
Plugin/ authentication/ Authentication.php - Get the name of the authentication plugin.
File
- src/
Plugin/ authentication/ AuthenticationInterface.php, line 45 - Contains \Drupal\restful\Plugin\authentication\Authentication
Class
Namespace
Drupal\restful\Plugin\authenticationCode
public function getName();