You are here

13 string references to 'system.date' in Drupal 9

AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
DateTimeNormalizer::__construct in core/modules/serialization/src/Normalizer/DateTimeNormalizer.php
Constructs a new DateTimeNormalizer instance.
hook_user_login in core/modules/user/user.api.php
The user just logged in.
RegionalForm::buildForm in core/modules/system/src/Form/RegionalForm.php
Form constructor.
RegionalForm::getEditableConfigNames in core/modules/system/src/Form/RegionalForm.php
Gets the configuration names that will be editable.
SiteConfigureForm::getEditableConfigNames in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Gets the configuration names that will be editable.
TimeZoneResolver::getTimeZone in core/modules/system/src/TimeZoneResolver.php
Gets the time zone based on site and user configuration.
TimeZoneResolver::onConfigSave in core/modules/system/src/TimeZoneResolver.php
Updates the default time zone when time zone config changes.
TimezoneResolverTest::testGetTimeZone in core/modules/system/tests/src/Kernel/TimezoneResolverTest.php
Tests time zone resolution.
UserUpdate7002::create in core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php
Creates an instance of the plugin.
user_form_system_regional_settings_alter in core/modules/user/user.module
Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm.
user_user_login in core/modules/user/user.module
Implements hook_user_login().
user_user_presave in core/modules/user/user.module
Implements hook_ENTITY_TYPE_presave() for user entities.