You are here

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

@inheritDoc

Overrides EventTypeInterface::setAllowAnonRegistrants

File

src/Entity/RngEventType.php, line 568

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

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