You are here

public static function LtiToolProviderRolesEventSubscriber::getSubscribedEvents 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::getSubscribedEvents()

File

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

Class

LtiToolProviderRolesEventSubscriber

Namespace

Drupal\lti_tool_provider_roles\EventSubscriber

Code

public static function getSubscribedEvents() : array {
  return [
    LtiToolProviderAuthenticatedEvent::EVENT_NAME => 'onAuthenticated',
  ];
}