You are here

public function RecentlyReadInterface::getCreatedTime in Recently Read 8

Gets the Recently read creation timestamp.

Return value

int Creation timestamp of the Recently read.

1 method overrides RecentlyReadInterface::getCreatedTime()
RecentlyRead::getCreatedTime in src/Entity/RecentlyRead.php
Gets the Recently read creation timestamp.

File

src/Entity/RecentlyReadInterface.php, line 41

Class

RecentlyReadInterface
Provides an interface for defining Recently read entities.

Namespace

Drupal\recently_read\Entity

Code

public function getCreatedTime();