public function RngEventType::setAutoSyncRegistrants in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 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\EntityCode
public function setAutoSyncRegistrants($auto_sync_registrants) {
$this->auto_sync_registrants = $auto_sync_registrants;
return $this;
}