public function Authentication::getName in RESTful 7.2
Get the name of the authentication plugin.
Return value
string The name.
Overrides AuthenticationInterface::getName
File
- src/
Plugin/ authentication/ Authentication.php, line 42 - Contains \Drupal\restful\Plugin\authentication\Authentication
Class
Namespace
Drupal\restful\Plugin\authenticationCode
public function getName() {
return $this
->getPluginId();
}