public static function ScheduleInterface::executeSchedule in Business Rules 8
Same name and namespace in other branches
- 2.x src/Entity/ScheduleInterface.php \Drupal\business_rules\Entity\ScheduleInterface::executeSchedule()
Execute the scheduled tasks.
Parameters
\Drupal\business_rules\Events\BusinessRulesEvent $event: The cron event.
1 method overrides ScheduleInterface::executeSchedule()
- Schedule::executeSchedule in src/
Entity/ Schedule.php - Execute the scheduled tasks.
File
- src/
Entity/ ScheduleInterface.php, line 189
Class
- ScheduleInterface
- Provides an interface for defining Schedule entities.
Namespace
Drupal\business_rules\EntityCode
public static function executeSchedule(BusinessRulesEvent $event);