You are here

public function LtiToolProviderLaunchRedirectEvent::getContext in LTI Tool Provider 8

Same name and namespace in other branches
  1. 2.x src/Event/LtiToolProviderLaunchRedirectEvent.php \Drupal\lti_tool_provider\Event\LtiToolProviderLaunchRedirectEvent::getContext()

Return value

array

File

src/Event/LtiToolProviderLaunchRedirectEvent.php, line 35

Class

LtiToolProviderLaunchRedirectEvent

Namespace

Drupal\lti_tool_provider\Event

Code

public function getContext() : array {
  return $this->context;
}