public function ScopeEntityNameInterface::getDescription in Simple OAuth (OAuth2) & OpenID Connect 5.x
Same name and namespace in other branches
- 8.4 src/Entities/ScopeEntityNameInterface.php \Drupal\simple_oauth\Entities\ScopeEntityNameInterface::getDescription()
- 8.3 src/Entities/ScopeEntityNameInterface.php \Drupal\simple_oauth\Entities\ScopeEntityNameInterface::getDescription()
Returns a description for the scope.
Return value
string|null The description of the scope.
1 method overrides ScopeEntityNameInterface::getDescription()
- ScopeEntity::getDescription in src/
Entities/ ScopeEntity.php - Returns a description for the scope.
File
- src/
Entities/ ScopeEntityNameInterface.php, line 27
Class
- ScopeEntityNameInterface
- Extends the scope entity to include a name and description.
Namespace
Drupal\simple_oauth\EntitiesCode
public function getDescription();