public function RuleScheduleInterface::getDate in RNG - Events and Registrations 8
Execution date as a unix timestamp.
Return value
int A timestamp.
1 method overrides RuleScheduleInterface::getDate()
- RuleSchedule::getDate in src/
Entity/ RuleSchedule.php - Execution date as a unix timestamp.
File
- src/
RuleScheduleInterface.php, line 26
Class
- RuleScheduleInterface
- Provides an interface defining a rule scheduler entity.
Namespace
Drupal\rngCode
public function getDate();