function User::getAllowedTimezones
Defines allowed timezones for the field's AllowedValues constraint.
Return value
string[] The allowed values.
1 call to User::getAllowedTimezones()
- TimeZoneItem::generateSampleValue in core/
modules/ user/ src/ TimeZoneItem.php - Generates placeholder field values.
File
-
core/
modules/ user/ src/ Entity/ User.php, line 570
Class
- User
- Defines the user entity class.
Namespace
Drupal\user\EntityCode
public static function getAllowedTimezones() {
return array_keys(system_time_zones());
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.