You are here

public function LtiToolProviderRolesEventSubscriber::__construct in LTI Tool Provider 8

Same name and namespace in other branches
  1. 2.x modules/lti_tool_provider_roles/src/EventSubscriber/LtiToolProviderRolesEventSubscriber.php \Drupal\lti_tool_provider_roles\EventSubscriber\LtiToolProviderRolesEventSubscriber::__construct()

LtiToolProviderRolesEventSubscriber constructor.

Parameters

ConfigFactoryInterface $configFactory:

EventDispatcherInterface $eventDispatcher:

File

modules/lti_tool_provider_roles/src/EventSubscriber/LtiToolProviderRolesEventSubscriber.php, line 31

Class

LtiToolProviderRolesEventSubscriber

Namespace

Drupal\lti_tool_provider_roles\EventSubscriber

Code

public function __construct(ConfigFactoryInterface $configFactory, EventDispatcherInterface $eventDispatcher) {
  $this->configFactory = $configFactory;
  $this->eventDispatcher = $eventDispatcher;
}