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