You are here

public function LtiToolProviderLaunchRedirectEvent::getDestination in LTI Tool Provider 8

Same name and namespace in other branches
  1. 2.x src/Event/LtiToolProviderLaunchRedirectEvent.php \Drupal\lti_tool_provider\Event\LtiToolProviderLaunchRedirectEvent::getDestination()

Return value

string

File

src/Event/LtiToolProviderLaunchRedirectEvent.php, line 51

Class

LtiToolProviderLaunchRedirectEvent

Namespace

Drupal\lti_tool_provider\Event

Code

public function getDestination() : string {
  return $this->destination;
}