public function GloballinkContinuousEvents::__construct in GlobalLink Connect for Drupal 8
Same name and namespace in other branches
- 8.2 src/EventSubscriber/GloballinkContinuousEvents.php \Drupal\globallink\EventSubscriber\GloballinkContinuousEvents::__construct()
GloballinkContinuousEvents constructor.
File
- src/
EventSubscriber/ GloballinkContinuousEvents.php, line 30
Class
- GloballinkContinuousEvents
- Event subscriber for tmgmt events.
Namespace
Drupal\globallink\EventSubscriberCode
public function __construct(EntityTypeManagerInterface $entity_type_manager, PathMatcherInterface $path_matcher) {
$this->entityTypeManager = $entity_type_manager;
$this->pathMatcher = $path_matcher;
}