class BusinessRulesDrushEvent in Business Rules 2.x
Same name and namespace in other branches
- 8 src/Events/BusinessRulesDrushEvent.php \Drupal\business_rules\Events\BusinessRulesDrushEvent
Event that is fired when cron maintenance tasks are performed.
Hierarchy
- class \Drupal\business_rules\Events\BusinessRulesDrushEvent extends \Symfony\Component\EventDispatcher\GenericEvent
Expanded class hierarchy of BusinessRulesDrushEvent
See also
2 files declare their use of BusinessRulesDrushEvent
- BusinessRulesListener.php in src/
EventSubscriber/ BusinessRulesListener.php - business_rules.drush.inc in ./
business_rules.drush.inc - Business Rules module integration with Drush 8 and earlier.
File
- src/
Events/ BusinessRulesDrushEvent.php, line 12
Namespace
Drupal\business_rules\EventsView source
class BusinessRulesDrushEvent extends GenericEvent {
const DRUSHINIT = 'business_rules_drush_cron';
}