public function Oauth2ClientPluginInterface::getName in OAuth2 Client 8.3
Same name and namespace in other branches
- 8.2 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 22
Class
- Oauth2ClientPluginInterface
- Interface for Oauth2 Client plugins.
Namespace
Drupal\oauth2_client\Plugin\Oauth2ClientCode
public function getName();