You are here

public function LtiToolProviderLaunchEvent::__construct in LTI Tool Provider 8

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

LtiToolProviderLaunchEvent constructor.

Parameters

array $context:

File

src/Event/LtiToolProviderLaunchEvent.php, line 20

Class

LtiToolProviderLaunchEvent

Namespace

Drupal\lti_tool_provider\Event

Code

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