public function LtiToolProviderLaunchRedirectEvent::setDestination in LTI Tool Provider 8
Same name and namespace in other branches
- 2.x 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 59
Class
Namespace
Drupal\lti_tool_provider\EventCode
public function setDestination(string $destination) : void {
$this->destination = $destination;
}