You are here

constant UserInterface::TIMEZONE_DEFAULT in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::TIMEZONE_DEFAULT
  2. 10 core/modules/user/src/UserInterface.php \Drupal\user\UserInterface::TIMEZONE_DEFAULT

New users will be set to the default time zone at registration.

File

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

Class

UserInterface
Provides an interface defining a user entity.

Namespace

Drupal\user

Code

const TIMEZONE_DEFAULT = 0;