You are here

public function Oauth2ClientPluginInterface::getName in OAuth2 Client 8.2

Same name and namespace in other branches
  1. 8.3 src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php \Drupal\oauth2_client\Plugin\Oauth2Client\Oauth2ClientPluginInterface::getName()

Retrieves the human-readable name of the Oauth2 Client plugin.

Return value

string The name of the plugin.

1 method overrides Oauth2ClientPluginInterface::getName()
Oauth2ClientPluginBase::getName in src/Plugin/Oauth2Client/Oauth2ClientPluginBase.php
Retrieves the human-readable name of the Oauth2 Client plugin.

File

src/Plugin/Oauth2Client/Oauth2ClientPluginInterface.php, line 19

Class

Oauth2ClientPluginInterface
Interface for Oauth2 Client plugins.

Namespace

Drupal\oauth2_client\Plugin\Oauth2Client

Code

public function getName();