You are here

public function LtiToolProviderAttributesEventSubscriber::__construct in LTI Tool Provider 8

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

LtiToolProviderAttributesEventSubscriber constructor.

Parameters

ConfigFactoryInterface $configFactory:

EventDispatcherInterface $eventDispatcher:

File

modules/lti_tool_provider_attributes/src/EventSubscriber/LtiToolProviderAttributesEventSubscriber.php, line 31

Class

LtiToolProviderAttributesEventSubscriber

Namespace

Drupal\lti_tool_provider_attributes\EventSubscriber

Code

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