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