You are here

constant RegistrationEvents::REGISTRATION_DELETE 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_DELETE

Name of the event fired after deleting an registration.

See also

\Drupal\rng\Event\RegistrationEvent

File

src/Event/RegistrationEvents.php, line 90

Class

RegistrationEvents
Defines events for registrations.

Namespace

Drupal\rng\Event

Code

const REGISTRATION_DELETE = 'rng.registration.delete';