You are here

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

Set whether or not to automatically sync identity data with registrant data.

Parameters

bool $auto_sync_registrants:

Return value

static Return this event type for chaining.

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

File

src/Entity/EventTypeInterface.php, line 94

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function setAutoSyncRegistrants($auto_sync_registrants);