public function RecentlyReadInterface::setCreatedTime in Recently Read 8
Sets the Recently read creation timestamp.
Parameters
int $timestamp: The Recently read creation timestamp.
Return value
\Drupal\recently_read\Entity\RecentlyReadInterface The called Recently read entity.
1 method overrides RecentlyReadInterface::setCreatedTime()
- RecentlyRead::setCreatedTime in src/
Entity/ RecentlyRead.php - Sets the Recently read creation timestamp.
File
- src/
Entity/ RecentlyReadInterface.php, line 52
Class
- RecentlyReadInterface
- Provides an interface for defining Recently read entities.
Namespace
Drupal\recently_read\EntityCode
public function setCreatedTime($timestamp);