public static function GloballinkContinuousEvents::getSubscribedEvents in GlobalLink Connect for Drupal 8
Same name and namespace in other branches
- 8.2 src/EventSubscriber/GloballinkContinuousEvents.php \Drupal\globallink\EventSubscriber\GloballinkContinuousEvents::getSubscribedEvents()
File
- src/
EventSubscriber/ GloballinkContinuousEvents.php, line 101
Class
- GloballinkContinuousEvents
- Event subscriber for tmgmt events.
Namespace
Drupal\globallink\EventSubscriberCode
public static function getSubscribedEvents() {
$events[ContinuousEvents::SHOULD_CREATE_JOB][] = [
'onShouldCreateJob',
];
return $events;
}