public function RngEventType::getAutoSyncRegistrants in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::getAutoSyncRegistrants()
@inheritDoc
Overrides EventTypeInterface::getAutoSyncRegistrants
File
- src/
Entity/ RngEventType.php, line 576
Class
- RngEventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
public function getAutoSyncRegistrants() {
return $this->auto_sync_registrants;
}