public function LtiToolProviderAttributesEventSubscriber::__construct in LTI Tool Provider 2.x
Same name and namespace in other branches
- 8 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 32
Class
Namespace
Drupal\lti_tool_provider_attributes\EventSubscriberCode
public function __construct(ConfigFactoryInterface $configFactory, EventDispatcherInterface $eventDispatcher) {
$this->configFactory = $configFactory;
$this->eventDispatcher = $eventDispatcher;
}