public function CasPreRegisterEvent::getDrupalUsername in CAS 2.x
Same name and namespace in other branches
- 8 src/Event/CasPreRegisterEvent.php \Drupal\cas\Event\CasPreRegisterEvent::getDrupalUsername()
Retrieve the username that will be assigned to the Drupal account.
Return value
string The username.
File
- src/
Event/ CasPreRegisterEvent.php, line 94
Class
- CasPreRegisterEvent
- Class CasPreRegisterEvent.
Namespace
Drupal\cas\EventCode
public function getDrupalUsername() {
return $this->drupalUsername;
}