public function ScheduleInterface::getRevisionCreationTime in Business Rules 8
Same name and namespace in other branches
- 2.x 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\EntityCode
public function getRevisionCreationTime();