public function EventTypeInterface::getAutoAttachUsers in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/EventTypeInterface.php \Drupal\rng\Entity\EventTypeInterface::getAutoAttachUsers()
Gets whether existing users should be added as identities when email matches.
Return value
bool The setting.
1 method overrides EventTypeInterface::getAutoAttachUsers()
- RngEventType::getAutoAttachUsers in src/
Entity/ RngEventType.php - @inheritDoc
File
- src/
Entity/ EventTypeInterface.php, line 102
Class
- EventTypeInterface
- Provides an interface defining a event config entity.
Namespace
Drupal\rng\EntityCode
public function getAutoAttachUsers();