You are here

public function ScheduleInterface::setRevisionCreationTime in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::setRevisionCreationTime()

Sets the Schedule revision creation timestamp.

Parameters

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

Return value

\Drupal\business_rules\Entity\ScheduleInterface The called Schedule entity.

Overrides RevisionLogInterface::setRevisionCreationTime

File

src/Entity/ScheduleInterface.php, line 92

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function setRevisionCreationTime($timestamp);