You are here

public function PhotosImageInterface::setRevisionCreationTime in Album Photos 8.5

Same name and namespace in other branches
  1. 6.0.x src/PhotosImageInterface.php \Drupal\photos\PhotosImageInterface::setRevisionCreationTime()

Sets the image revision creation timestamp.

Parameters

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

Return value

$this The called image entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

src/PhotosImageInterface.php, line 186

Class

PhotosImageInterface
Provides an interface defining a photos image entity.

Namespace

Drupal\photos

Code

public function setRevisionCreationTime($timestamp);