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