You are here

service rng.registrant.factory in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 rng.services.yml \rng.registrant.factory
  2. 3.x rng.services.yml \rng.registrant.factory

Class

Drupal\rng\RegistrantFactory
3 string references to rng.registrant.factory
Registrants::processIdentityElement in src/Element/Registrants.php
Process the registrant element.
Registration::postSave in src/Entity/Registration.php
Acts on a saved entity before the insert or update hook is invoked.
RegistrationForm::form in src/Form/RegistrationForm.php
Gets the actual form array to be built.

File

./rng.services.yml
rng.services.yml

View source
  1. class: Drupal\rng\RegistrantFactory
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@rng.event_manager'