You are here

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

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

@inheritDoc

Overrides EventTypeInterface::setAutoAttachUsers

File

src/Entity/RngEventType.php, line 598

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

public function setAutoAttachUsers($auto_attach_users) {
  $this->auto_attach_users = $auto_attach_users;
  return $this;
}