You are here

public function EventTypeInterface::setAutoAttachUsers in RNG - Events and Registrations 3.x

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

Set whether or not to automatically add user identities that match by email.

Parameters

bool $auto_attach_users:

Return value

static Return this event type for chaining.

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

File

src/Entity/EventTypeInterface.php, line 112

Class

EventTypeInterface
Provides an interface defining a event config entity.

Namespace

Drupal\rng\Entity

Code

public function setAutoAttachUsers($auto_attach_users);