You are here

public function CasPreLoginEvent::getAllowLogin in CAS 8

Same name and namespace in other branches
  1. 2.x src/Event/CasPreLoginEvent.php \Drupal\cas\Event\CasPreLoginEvent::getAllowLogin()

Return if this user is allowed to login.

Return value

bool TRUE if the user is allowed to login, FALSE otherwise.

File

src/Event/CasPreLoginEvent.php, line 141

Class

CasPreLoginEvent
Class CasPreLoginEvent.

Namespace

Drupal\cas\Event

Code

public function getAllowLogin() {
  return $this->allowLogin;
}