public function RuleScheduleInterface::setDate in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RuleScheduleInterface.php \Drupal\rng\Entity\RuleScheduleInterface::setDate()
Set execution date.
Parameters
int $date: A unix timestamp for when to execute the rule.
Return value
\Drupal\rng\Entity\RuleScheduleInterface Returns rule schedule for chaining.
1 method overrides RuleScheduleInterface::setDate()
- RuleSchedule::setDate in src/
Entity/ RuleSchedule.php - Set execution date.
File
- src/
Entity/ RuleScheduleInterface.php, line 37
Class
- RuleScheduleInterface
- Provides an interface defining a rule scheduler entity.
Namespace
Drupal\rng\EntityCode
public function setDate($date);