You are here

public function CasPreRegisterEvent::getDrupalUsername in CAS 8

Same name and namespace in other branches
  1. 2.x 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 87

Class

CasPreRegisterEvent
Class CasPreRegisterEvent.

Namespace

Drupal\cas\Event

Code

public function getDrupalUsername() {
  return $this->drupalUsername;
}