public function LtiToolProviderAttributesEvent::getUser in LTI Tool Provider 2.x
Same name and namespace in other branches
- 8 modules/lti_tool_provider_attributes/src/Event/LtiToolProviderAttributesEvent.php \Drupal\lti_tool_provider_attributes\Event\LtiToolProviderAttributesEvent::getUser()
Return value
File
- modules/
lti_tool_provider_attributes/ src/ Event/ LtiToolProviderAttributesEvent.php, line 50
Class
Namespace
Drupal\lti_tool_provider_attributes\EventCode
public function getUser() : UserInterface {
return $this->user;
}