public function LtiToolProviderAttributesEvent::getContext in LTI Tool Provider 8
Same name and namespace in other branches
- 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
Namespace
Drupal\lti_tool_provider_attributes\EventCode
public function getContext() : array {
return $this->context;
}