User::getCreatedTime |
function |
core/modules/user/src/Entity/User.php |
Returns the creation time of the user as a UNIX timestamp. |
User::getLastAccessedTime |
function |
core/modules/user/src/Entity/User.php |
The timestamp when the account last accessed the site. |
User::getLastLoginTime |
function |
core/modules/user/src/Entity/User.php |
Returns the UNIX timestamp when the user last logged in. |
User::getTimeZone |
function |
core/modules/user/src/Entity/User.php |
Returns the timezone of this account. |
User::setLastAccessTime |
function |
core/modules/user/src/Entity/User.php |
Sets the UNIX timestamp when the user last accessed the site.. |
User::setLastLoginTime |
function |
core/modules/user/src/Entity/User.php |
Sets the UNIX timestamp when the user last logged in. |
UserInterface::getCreatedTime |
function |
core/modules/user/src/UserInterface.php |
Returns the creation time of the user as a UNIX timestamp. |
UserInterface::getLastLoginTime |
function |
core/modules/user/src/UserInterface.php |
Returns the UNIX timestamp when the user last logged in. |
UserInterface::setLastAccessTime |
function |
core/modules/user/src/UserInterface.php |
Sets the UNIX timestamp when the user last accessed the site.. |
UserInterface::setLastLoginTime |
function |
core/modules/user/src/UserInterface.php |
Sets the UNIX timestamp when the user last logged in. |
UserInterface::TIMEZONE_DEFAULT |
constant |
core/modules/user/src/UserInterface.php |
New users will be set to the default time zone at registration. |
UserInterface::TIMEZONE_EMPTY |
constant |
core/modules/user/src/UserInterface.php |
New users will get an empty time zone at registration. |
UserInterface::TIMEZONE_SELECT |
constant |
core/modules/user/src/UserInterface.php |
New users will select their own timezone at registration. |
UserSession::$timezone |
property |
core/lib/Drupal/Core/Session/UserSession.php |
The timezone of this account. |
UserSession::getLastAccessedTime |
function |
core/lib/Drupal/Core/Session/UserSession.php |
The timestamp when the account last accessed the site. |
UserSession::getTimeZone |
function |
core/lib/Drupal/Core/Session/UserSession.php |
Returns the timezone of this account. |
UserStorage::updateLastAccessTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last access timestamp of the user. |
UserStorage::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorage.php |
Update the last login timestamp of the user. |
UserStorageInterface::updateLastAccessTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last access timestamp of the user. |
UserStorageInterface::updateLastLoginTimestamp |
function |
core/modules/user/src/UserStorageInterface.php |
Update the last login timestamp of the user. |
UserTimeZoneTest |
class |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
Set a user time zone and verify that dates are displayed in local time. |
UserTimeZoneTest.php |
file |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
|
UserTimeZoneTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
The theme to install as the default for testing. |
UserTimeZoneTest::$modules |
property |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
Modules to install. |
UserTimeZoneTest::testUserTimeZone |
function |
core/modules/user/tests/src/Functional/UserTimeZoneTest.php |
Tests the display of dates and time when user-configurable time zones are set. |
UserTokenReplaceTest::$useOneTimeLoginLinks |
property |
core/modules/user/tests/src/Functional/UserTokenReplaceTest.php |
Use one-time login links instead of submitting the login form. |
UserUpdate7002::$timezones |
property |
core/modules/user/src/Plugin/migrate/process/d6/UserUpdate7002.php |
System timezones. |
ViewExecutable::$build_time |
property |
core/modules/views/src/ViewExecutable.php |
|
views.view.formatter_timestamp_as_time_diff.yml |
file |
core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml |
core/modules/views/tests/modules/views_test_formatter/test_views/views.view.formatter_timestamp_as_time_diff.yml |
views.view.test_argument_datetime.yml |
file |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml |
views.view.test_exposed_filter_datetime.yml |
file |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_exposed_filter_datetime.yml |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_exposed_filter_datetime.yml |
views.view.test_filter_datetime.yml |
file |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_filter_datetime.yml |
views.view.test_node_revision_timestamp.yml |
file |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml |
core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_revision_timestamp.yml |
views.view.test_sort_datetime.yml |
file |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml |
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml |
ViewsDataTest::testCacheCallsWithSameTableMultipleTimes |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache backend behavior with requesting the same table multiple. |
ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a single table and warm cache. |
ViewUI::$render_time |
property |
core/modules/views_ui/src/ViewUI.php |
|
Workspace::getCreatedTime |
function |
core/modules/workspaces/src/Entity/Workspace.php |
Gets the workspace creation timestamp. |
Workspace::setCreatedTime |
function |
core/modules/workspaces/src/Entity/Workspace.php |
Sets the workspace creation timestamp. |
WorkspaceIntegrationTest::$createdTimestamp |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Creation timestamp that should be incremented for each new entity. |
WorkspaceInterface::getCreatedTime |
function |
core/modules/workspaces/src/WorkspaceInterface.php |
Gets the workspace creation timestamp. |
WorkspaceInterface::setCreatedTime |
function |
core/modules/workspaces/src/WorkspaceInterface.php |
Sets the workspace creation timestamp. |
WorkspaceViewsIntegrationTest::$createdTimestamp |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceViewsIntegrationTest.php |
Creation timestamp that should be incremented for each new entity. |
Y2038-timestamp.php |
file |
core/modules/system/tests/fixtures/update/Y2038-timestamp.php |
Contains database additions for testing year 2038 update. |
Y2038TimestampUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
Tests update of timestamp fields to bigint. |
Y2038TimestampUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
|
Y2038TimestampUpdateTest::$connection |
property |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
The database. |
Y2038TimestampUpdateTest::$databaseName |
property |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
The name of the test database. |
Y2038TimestampUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
The theme to install as the default for testing. |
Y2038TimestampUpdateTest::$modules |
property |
core/modules/system/tests/src/Functional/Update/Y2038TimestampUpdateTest.php |
Modules to enable after the database is loaded. |