You are here

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

Authentication

Namespace

Drupal\restful\Plugin\authentication

Code

public function getName() {
  return $this
    ->getPluginId();
}