You are here

public function RegistrationAccessEvent::isAccessAllowed in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/RegistrationAccessEvent.php \Drupal\rng\Event\RegistrationAccessEvent::isAccessAllowed()

Get if access is allowed.

Return value

bool True if access is not denied, otherwise FALSE.

File

src/Event/RegistrationAccessEvent.php, line 96

Class

RegistrationAccessEvent
Registration event to influence access.

Namespace

Drupal\rng\Event

Code

public function isAccessAllowed() {
  return $this->accessAllowed;
}