public function SimpleLdapUserEvent::getDrupalUser in Simple LDAP 8
Return value
File
- modules/
simple_ldap_user/ src/ Events/ SimpleLdapUserEvent.php, line 50
Class
Namespace
Drupal\simple_ldap_user\EventsCode
public function getDrupalUser() {
return $this->drupalUser;
}