You are here

public function LtiToolProviderLaunchRedirectEvent::setContext 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::setContext()

Parameters

array $context:

1 call to LtiToolProviderLaunchRedirectEvent::setContext()
LtiToolProviderLaunchRedirectEvent::__construct in src/Event/LtiToolProviderLaunchRedirectEvent.php
LtiToolProviderLaunchRedirectEvent constructor.

File

src/Event/LtiToolProviderLaunchRedirectEvent.php, line 43

Class

LtiToolProviderLaunchRedirectEvent

Namespace

Drupal\lti_tool_provider\Event

Code

public function setContext(array $context) {
  $this->context = $context;
}