public function ApiTokenPluginInterface::label in API Tokens 8
Same name and namespace in other branches
- 8.2 src/ApiTokenPluginInterface.php \Drupal\api_tokens\ApiTokenPluginInterface::label()
Returns the administrative label of the API token.
Return value
string
1 method overrides ApiTokenPluginInterface::label()
- ApiTokenBase::label in src/ApiTokenBase.php 
- Returns the administrative label of the API token.
File
- src/ApiTokenPluginInterface.php, line 32 
Class
- ApiTokenPluginInterface
- Defines the interface for the API token plugins.
Namespace
Drupal\api_tokensCode
public function label();