You are here

public function RngEventType::getAutoAttachUsers 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::getAutoAttachUsers()

@inheritDoc

Overrides EventTypeInterface::getAutoAttachUsers

File

src/Entity/RngEventType.php, line 591

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

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