You are here

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

AuthenticationInterface

Namespace

Drupal\restful\Plugin\authentication

Code

public function getName();