public function LtiToolProviderLaunchRedirectEvent::getContext in LTI Tool Provider 2.x
Same name and namespace in other branches
- 8 src/Event/LtiToolProviderLaunchRedirectEvent.php \Drupal\lti_tool_provider\Event\LtiToolProviderLaunchRedirectEvent::getContext()
Return value
array
File
- src/
Event/ LtiToolProviderLaunchRedirectEvent.php, line 35
Class
Namespace
Drupal\lti_tool_provider\EventCode
public function getContext() : array {
return $this->context;
}