You are here

public function AccessTokenInterface::getHost in Access unpublished 8

Gets the host of the access token.

Return value

\Drupal\Core\Entity\ContentEntityInterface|null The host entity or NULL.

1 method overrides AccessTokenInterface::getHost()
AccessToken::getHost in src/Entity/AccessToken.php
Gets the host of the access token.

File

src/AccessTokenInterface.php, line 49

Class

AccessTokenInterface
Provides an interface for defining Access token entities.

Namespace

Drupal\access_unpublished

Code

public function getHost();