public function Oauth2TokenTypeInterface::getDescription in Simple OAuth (OAuth2) & OpenID Connect 8.4
Same name and namespace in other branches
- 8.2 src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()
- 8.3 src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()
- 5.x src/Entity/Oauth2TokenTypeInterface.php \Drupal\simple_oauth\Entity\Oauth2TokenTypeInterface::getDescription()
Get the description.
Return value
string The description
1 method overrides Oauth2TokenTypeInterface::getDescription()
- Oauth2TokenType::getDescription in src/
Entity/ Oauth2TokenType.php - Get the description.
File
- src/
Entity/ Oauth2TokenTypeInterface.php, line 16
Class
- Oauth2TokenTypeInterface
- Provides an interface defining Access Token Type entities.
Namespace
Drupal\simple_oauth\EntityCode
public function getDescription();