You are here

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

@inheritDoc

Overrides EventTypeInterface::setAutoSyncRegistrants

File

src/Entity/RngEventType.php, line 583

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function setAutoSyncRegistrants($auto_sync_registrants) {
  $this->auto_sync_registrants = $auto_sync_registrants;
  return $this;
}