public function RestfulAuthenticationInterface::getName in RESTful 7
Get the name of the authentication plugin.
Return value
string The name.
1 method overrides RestfulAuthenticationInterface::getName()
- RestfulAuthenticationBase::getName in plugins/
authentication/ RestfulAuthenticationBase.php - Get the name of the authentication plugin.
File
- plugins/
authentication/ RestfulAuthenticationInterface.php, line 44 - Contains RestfulAuthenticationInterface.
Class
- RestfulAuthenticationInterface
- @file Contains RestfulAuthenticationInterface.
Code
public function getName();