You are here

protected property RngEventType::$auto_attach_users in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::auto_attach_users

Whether or not to automatically attach registrants to user identities by email.

Type: bool

File

src/Entity/RngEventType.php, line 123

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

protected $auto_attach_users;