You are here

public function EventTypeInterface::getAutoSyncRegistrants in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getAutoSyncRegistrants()

Gets whether registrants should automatically sync with their identities.

Return value

bool The setting.

1 method overrides EventTypeInterface::getAutoSyncRegistrants()
RngEventType::getAutoSyncRegistrants in src/Entity/RngEventType.php
@inheritDoc

File

src/Entity/EventTypeInterface.php, line 84

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function getAutoSyncRegistrants();