You are here

protected property RngEventType::$allow_anon_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::allow_anon_registrants

Whether or not registrants should be allowed to be added registrations without any other identity entity.

Type: bool

File

src/Entity/RngEventType.php, line 107

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

protected $allow_anon_registrants;