You are here

public function LtiToolProviderLaunchRedirectEvent::setDestination 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::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

LtiToolProviderLaunchRedirectEvent

Namespace

Drupal\lti_tool_provider\Event

Code

public function setDestination(string $destination) : void {
  $this->destination = $destination;
}