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\EntityCode
public function setRevisionCreationTime($timestamp);