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