You are here

public function LtiToolProviderAttributesEvent::getUser 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::getUser()

Return value

UserInterface

File

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

Class

LtiToolProviderAttributesEvent

Namespace

Drupal\lti_tool_provider_attributes\Event

Code

public function getUser() : UserInterface {
  return $this->user;
}