Search for time
Title | Object type | File name | Summary |
---|---|---|---|
$timers | global | external_documentation/ |
Timers that have been created by timer_start(). |
BootstrapTimerTestCase | class | modules/ |
|
BootstrapTimerTestCase::getInfo | function | modules/ |
|
BootstrapTimerTestCase::testTimer | function | modules/ |
Test timer_read() to ensure it properly accumulates time when the timer started and stopped multiple times. |
CacheClearCase::testMinimumCacheLifetime | function | modules/ |
Test minimum cache lifetime. |
CacheTestCase::setupLifetime | function | modules/ |
Setup the lifetime settings for caching. |
DateTimeFunctionalTest | class | modules/ |
Tests generic date and time handling capabilities of Drupal. |
DateTimeFunctionalTest::$admin_user | property | modules/ |
|
DateTimeFunctionalTest::getInfo | function | modules/ |
|
DateTimeFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
DateTimeFunctionalTest::testDateFormatConfiguration | function | modules/ |
Test date format configuration. |
DateTimeFunctionalTest::testDateFormatStorage | function | modules/ |
Test if the date formats are stored properly. |
DateTimeFunctionalTest::testDateTypeConfiguration | function | modules/ |
Test date type configuration. |
DateTimeFunctionalTest::testTimeZoneHandling | function | modules/ |
Test time zones and DST handling. |
DrupalTestCase::$timeLimit | property | modules/ |
Time limit for the test. |
drupal_get_user_timezone | function | includes/ |
Returns the time zone of the current user. |
drupal_set_time_limit | function | includes/ |
Attempts to set the PHP maximum execution time. |
DRUPAL_USER_TIMEZONE_DEFAULT | constant | modules/ |
New users will be set to the default time zone at registration. |
DRUPAL_USER_TIMEZONE_EMPTY | constant | modules/ |
New users will get an empty time zone at registration. |
DRUPAL_USER_TIMEZONE_SELECT | constant | modules/ |
New users will select their own timezone at registration. |
HTTP_REQUEST_TIMEOUT | constant | includes/ |
Error code indicating that the request exceeded the specified timeout. |
NodeSaveTestCase::testTimestamps | function | modules/ |
Verifies accuracy of the "created" and "changed" timestamp functionality. |
REQUEST_TIME | constant | includes/ |
Time of the current request in seconds elapsed since the Unix Epoch. |
system_date_time_formats | function | modules/ |
Displays the date format strings overview page. |
system_date_time_lookup | function | modules/ |
Return the date for a given format string via Ajax. |
system_date_time_settings | function | modules/ |
Form builder; Configure the site date and time settings. |
system_timezone | function | modules/ |
Menu callback; Retrieve a JSON object containing a suggested time zone name. |
system_time_zones | function | modules/ |
Generate an array of time zones and their local time&date. |
system_user_timezone | function | modules/ |
Add the time zone field to the user edit and register forms. |
theme_system_date_time_settings | function | modules/ |
Returns HTML for the date settings form. |
timer_read | function | includes/ |
Reads the current timer value without stopping the timer. |
timer_start | function | includes/ |
Starts the timer with the specified name. |
timer_stop | function | includes/ |
Stops the timer with the specified name. |
UPDATE_MAX_FETCH_TIME | constant | modules/ |
Maximum number of seconds to try fetching available update data at a time. |
UserTimeZoneFunctionalTest | class | modules/ |
Tests for user-configurable time zones. |
UserTimeZoneFunctionalTest::getInfo | function | modules/ |
|
UserTimeZoneFunctionalTest::testUserTimeZone | function | modules/ |
Tests the display of dates and time when user-configurable time zones are set. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.