public function ScopeInterface::getServer in OAuth2 Server 8
Same name and namespace in other branches
- 2.0.x src/ScopeInterface.php \Drupal\oauth2_server\ScopeInterface::getServer()
Returns the server the scope belongs to.
Return value
\Drupal\oauth2_server\ServerInterface Returns the server object the scope belongs to.
1 method overrides ScopeInterface::getServer()
- Scope::getServer in src/
Entity/ Scope.php - Returns the server the scope belongs to.
File
- src/
ScopeInterface.php, line 20
Class
- ScopeInterface
- Defines the interface for scope entities.
Namespace
Drupal\oauth2_serverCode
public function getServer();