public function ScheduleInterface::getScheduled in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::getScheduled()
Gets the Schedule scheduled timestamp.
Return value
int Creation timestamp that it's scheduled.
1 method overrides ScheduleInterface::getScheduled()
- Schedule::getScheduled in src/
Entity/ Schedule.php - Gets the Schedule scheduled timestamp.
File
- src/
Entity/ ScheduleInterface.php, line 138
Class
- ScheduleInterface
- Provides an interface for defining Schedule entities.
Namespace
Drupal\business_rules\EntityCode
public function getScheduled();