You are here

public function LtiToolProviderAttributesEvent::getContext in LTI Tool Provider 8

Same name and namespace in other branches
  1. 2.x modules/lti_tool_provider_attributes/src/Event/LtiToolProviderAttributesEvent.php \Drupal\lti_tool_provider_attributes\Event\LtiToolProviderAttributesEvent::getContext()

Return value

array

File

modules/lti_tool_provider_attributes/src/Event/LtiToolProviderAttributesEvent.php, line 36

Class

LtiToolProviderAttributesEvent

Namespace

Drupal\lti_tool_provider_attributes\Event

Code

public function getContext() : array {
  return $this->context;
}