You are here

public function FlaggingCollectionInterface::setRevisionCreationTime in Flag Lists 8

Same name and namespace in other branches
  1. 4.0.x src/Entity/FlaggingCollectionInterface.php \Drupal\flag_lists\Entity\FlaggingCollectionInterface::setRevisionCreationTime()

Sets the Flagging collection revision creation timestamp.

Parameters

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

Return value

\Drupal\flag_lists\Entity\FlaggingCollectionInterface The called Flagging collection entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

src/Entity/FlaggingCollectionInterface.php, line 96

Class

FlaggingCollectionInterface
Provides an interface for defining Flagging collection entities.

Namespace

Drupal\flag_lists\Entity

Code

public function setRevisionCreationTime($timestamp);