public function ScopeInterface::isDefault in OAuth2 Server 8
Same name and namespace in other branches
- 2.0.x src/ScopeInterface.php \Drupal\oauth2_server\ScopeInterface::isDefault()
Returns whether the scope is the default server scope.
Return value
bool TRUE or FALSE
1 method overrides ScopeInterface::isDefault()
- Scope::isDefault in src/
Entity/ Scope.php - Returns whether the scope is the default server scope.
File
- src/
ScopeInterface.php, line 28
Class
- ScopeInterface
- Defines the interface for scope entities.
Namespace
Drupal\oauth2_serverCode
public function isDefault();