public function RegistrationAccessEvent::isAccessAllowed in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x 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\EventCode
public function isAccessAllowed() {
return $this->accessAllowed;
}