public function LtiToolProviderLaunchRedirectEvent::setContext in LTI Tool Provider 2.x
Same name and namespace in other branches
- 8 src/Event/LtiToolProviderLaunchRedirectEvent.php \Drupal\lti_tool_provider\Event\LtiToolProviderLaunchRedirectEvent::setContext()
Parameters
array $context:
1 call to LtiToolProviderLaunchRedirectEvent::setContext()
- LtiToolProviderLaunchRedirectEvent::__construct in src/
Event/ LtiToolProviderLaunchRedirectEvent.php - LtiToolProviderLaunchRedirectEvent constructor.
File
- src/
Event/ LtiToolProviderLaunchRedirectEvent.php, line 42
Class
Namespace
Drupal\lti_tool_provider\EventCode
public function setContext(array $context) {
$this->context = $context;
}