You are here

public function RngEventType::getAllowAnonRegistrants 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::getAllowAnonRegistrants()

@inheritDoc

Overrides EventTypeInterface::getAllowAnonRegistrants

File

src/Entity/RngEventType.php, line 561

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function getAllowAnonRegistrants() {
  return $this->allow_anon_registrants;
}