You are here

protected property RngEventType::$auto_sync_registrants in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::auto_sync_registrants

Whether or not matching field data should be sync'd with identities when a registrant is saved.

Type: bool

File

src/Entity/RngEventType.php, line 115

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

protected $auto_sync_registrants;