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