public function ScopeEntityNameInterface::getName 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::getName()
- 8.3 src/Entities/ScopeEntityNameInterface.php \Drupal\simple_oauth\Entities\ScopeEntityNameInterface::getName()
Returns a name for the scope.
Return value
string The name of the scope.
1 method overrides ScopeEntityNameInterface::getName()
- ScopeEntity::getName in src/
Entities/ ScopeEntity.php - Returns a name for the scope.
File
- src/
Entities/ ScopeEntityNameInterface.php, line 19
Class
- ScopeEntityNameInterface
- Extends the scope entity to include a name and description.
Namespace
Drupal\simple_oauth\EntitiesCode
public function getName();