Search for time
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Time | class | core/ |
Simple caching of query results for Views displays. |
time | function | core/ |
Shadow time() system call. |
Time | class | core/ |
Provides a class for obtaining system time. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
TimeZoneAbbreviationRouteTest::testAbbreviationConversion | function | core/ |
Test the AJAX Timezone Callback with invalid inputs. |
TimeZoneAbbreviationRouteTest::testSystemTimezone | function | core/ |
Test that the AJAX Timezone Callback can deal with various formats. |
TimeZoneCacheContext | class | core/ |
Defines the TimeZoneCacheContext service, for "per time zone" caching. |
TimeZoneCacheContext.php | file | core/ |
|
TimeZoneCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
TimeZoneCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
TimeZoneCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
TimezoneController | class | core/ |
Provides a callback for finding a time zone identifier. |
TimezoneController.php | file | core/ |
|
TimezoneController::getTimezone | function | core/ |
Returns a time zone identifier given a time zone abbreviation. |
TimeZoneFormHelper | class | core/ |
Helper class for dealing with timezones. |
TimeZoneFormHelper.php | file | core/ |
|
TimeZoneFormHelper::getOptionsList | function | core/ |
Generate an array of time zones names. |
TimeZoneFormHelper::getOptionsListByRegion | function | core/ |
Generate an array of time zones names grouped by region. |
TimeZoneFormHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Datetime\TimeZoneFormHelper @group Datetime |
TimeZoneFormHelperTest.php | file | core/ |
|
TimeZoneFormHelperTest::setUp | function | core/ |
|
TimeZoneFormHelperTest::testGetGroupedList | function | core/ |
@covers ::getOptionsListByRegion |
TimeZoneFormHelperTest::testGetList | function | core/ |
@covers ::getOptionsList @covers ::getOptionsListByRegion |
TimeZoneItem | class | core/ |
Defines a custom field item class for the 'timezone' user entity field. |
TimeZoneItem.php | file | core/ |
|
TimeZoneItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
TimeZoneResolver | class | core/ |
Event handler that resolves time zone based on site and user configuration. |
TimeZoneResolver.php | file | core/ |
|
TimeZoneResolver::$configFactory | property | core/ |
The config. |
TimeZoneResolver::$currentUser | property | core/ |
The current user. |
TimeZoneResolver::getSubscribedEvents | function | core/ |
|
TimeZoneResolver::getTimeZone | function | core/ |
Gets the time zone based on site and user configuration. |
TimeZoneResolver::onConfigSave | function | core/ |
Updates the default time zone when time zone config changes. |
TimeZoneResolver::setDefaultTimeZone | function | core/ |
Sets the default time zone. |
TimeZoneResolver::__construct | function | core/ |
TimeZoneResolver constructor. |
TimezoneResolverTest | class | core/ |
@coversDefaultClass \Drupal\system\TimeZoneResolver @group system |
TimezoneResolverTest.php | file | core/ |
|
TimezoneResolverTest::$modules | property | core/ |
Modules to install. |
TimezoneResolverTest::testGetTimeZone | function | core/ |
Tests time zone resolution. |
TimezoneTest | class | core/ |
Tests the timezone handling of datetime and datelist element types. |
TimezoneTest.php | file | core/ |
|
TimezoneTest::$date | property | core/ |
The date used in tests. |
TimezoneTest::$dateFormat | property | core/ |
HTML date format pattern. |
TimezoneTest::$elementType | property | core/ |
The element type that is being tested ('datetime' or 'datelist'). |
TimezoneTest::$formattedDates | property | core/ |
The test date formatted in various formats and timezones. |
TimezoneTest::$modules | property | core/ |
Modules to install. |
TimezoneTest::$testConditions | property | core/ |
The number of test elements on the form. |
TimezoneTest::$timeFormat | property | core/ |
HTML time format pattern. |
TimezoneTest::$timezones | property | core/ |
An array of timezones with labels denoting their use in the tests. |
TimezoneTest::assertDateTimezonePropertyProcessed | function | core/ |
Asserts that elements set #date_timezone correctly. |
TimezoneTest::assertTimesUnderstoodCorrectly | function | core/ |
Asserts that elements interpret dates using the expected time zones. |
TimezoneTest::buildForm | function | core/ |
Form constructor. |
TimezoneTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
TimezoneTest::setUp | function | core/ |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.