You are here

public function EventInterface::setRevisionCreationTime in Event 8

Sets the Event revision creation timestamp.

Parameters

int $timestamp: The UNIX timestamp of when this revision was created.

Return value

\Drupal\event\Entity\EventInterface The called Event entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

src/Entity/EventInterface.php, line 93

Class

EventInterface
Provides an interface for defining Event entities.

Namespace

Drupal\event\Entity

Code

public function setRevisionCreationTime($timestamp);