public function RestfulAuthenticationBase::getName in RESTful 7
Get the name of the authentication plugin.
Return value
string The name.
Overrides RestfulAuthenticationInterface::getName
File
- plugins/
authentication/ RestfulAuthenticationBase.php, line 36 - Contains RestfulAuthenticationBase.
Class
- RestfulAuthenticationBase
- @file Contains RestfulAuthenticationBase.
Code
public function getName() {
return $this
->getPluginKey('name');
}