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