You are here

constant UserInterface::REGISTER_VISITORS in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::REGISTER_VISITORS

Visitors can create their own accounts.

File

core/modules/user/src/UserInterface.php, line 31

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

const REGISTER_VISITORS = 'visitors';