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