You are here

service rng.registrant.factory in RNG - Events and Registrations 3.x

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

Class

Drupal\rng\RegistrantFactory
3 string references to rng.registrant.factory
Registration::createStubs in src/Entity/Registration.php
Registration::getRegistrants in src/Entity/Registration.php
Get registrants for the registration.
Registration::postSave in src/Entity/Registration.php
Acts on a saved entity before the insert or update hook is invoked.

File

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

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