You are here

public function GloballinkContinuousEvents::__construct in GlobalLink Connect for Drupal 8.2

Same name and namespace in other branches
  1. 8 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\EventSubscriber

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, PathMatcherInterface $path_matcher) {
  $this->entityTypeManager = $entity_type_manager;
  $this->pathMatcher = $path_matcher;
}