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