You are here

constant RegistrationEvents::REGISTRATION_CREATE_ACCESS in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Event/RegistrationEvents.php \Drupal\rng\Event\RegistrationEvents::REGISTRATION_CREATE_ACCESS

Name of the event when getting the access for creating a registration.

This event allows modules to influence access during the registration process.

See also

\Drupal\rng\Event\RegistrationAccessEvent

\Drupal\rng\AccessControl\RegistrationAccessControlHandler::createAccess()

File

src/Event/RegistrationEvents.php, line 25

Class

RegistrationEvents
Defines events for registrations.

Namespace

Drupal\rng\Event

Code

const REGISTRATION_CREATE_ACCESS = 'rng.registration_create';