public function ScheduleInterface::setScheduled in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::setScheduled()
Sets the Schedule scheduled timestamp.
Parameters
int $timestamp: The Schedule scheduled timestamp.
Return value
\Drupal\business_rules\Entity\ScheduleInterface The called Schedule entity.
1 method overrides ScheduleInterface::setScheduled()
- Schedule::setScheduled in src/
Entity/ Schedule.php - Sets the Schedule scheduled timestamp.
File
- src/
Entity/ ScheduleInterface.php, line 149
Class
- ScheduleInterface
- Provides an interface for defining Schedule entities.
Namespace
Drupal\business_rules\EntityCode
public function setScheduled($timestamp);