You are here

public function ScheduleInterface::getRevisionCreationTime in Business Rules 2.x

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

Gets the Schedule revision creation timestamp.

Return value

int The UNIX timestamp of when this revision was created.

Overrides RevisionLogInterface::getRevisionCreationTime

File

src/Entity/ScheduleInterface.php, line 81

Class

ScheduleInterface
Provides an interface for defining Schedule entities.

Namespace

Drupal\business_rules\Entity

Code

public function getRevisionCreationTime();