You are here

constant RegistrationEvents::REGISTRATION_LOAD 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_LOAD

Name of the event fired after loading a registration.

See also

\Drupal\rng\Event\RegistrationEvent

File

src/Event/RegistrationEvents.php, line 34

Class

RegistrationEvents
Defines events for registrations.

Namespace

Drupal\rng\Event

Code

const REGISTRATION_LOAD = 'rng.registration.load';