public function LtiToolProviderReturnEvent::getDestination in LTI Tool Provider 8
Same name and namespace in other branches
- 2.x src/Event/LtiToolProviderReturnEvent.php \Drupal\lti_tool_provider\Event\LtiToolProviderReturnEvent::getDestination()
Return value
string
File
- src/
Event/ LtiToolProviderReturnEvent.php, line 51
Class
Namespace
Drupal\lti_tool_provider\EventCode
public function getDestination() : string {
return $this->destination;
}