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