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