You are here

public function AccessTokenInterface::setCreatedTime in Access unpublished 8

Sets the Access token creation timestamp.

Parameters

int $timestamp: The Access token creation timestamp.

Return value

\Drupal\access_unpublished\AccessTokenInterface The called Access token entity.

1 method overrides AccessTokenInterface::setCreatedTime()
AccessToken::setCreatedTime in src/Entity/AccessToken.php
Sets the Access token creation timestamp.

File

src/AccessTokenInterface.php, line 33

Class

AccessTokenInterface
Provides an interface for defining Access token entities.

Namespace

Drupal\access_unpublished

Code

public function setCreatedTime($timestamp);