Search for date
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Date | class | core/ |
Basic sort handler for dates. |
| Date | class | core/ |
A handler to provide proper displays for dates. |
| Date | class | core/ |
Filter to handle dates stored as a timestamp. |
| Date | class | core/ |
Argument handler for dates. |
| Date | class | core/ |
Basic sort handler for datetime fields. |
| Date | class | core/ |
Date/time views filter. |
| Date | class | core/ |
Abstract argument handler for dates. |
| Date | class | core/ |
Provides a form element for date selection. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DateRangeFormatterSettingsUpdateTest.php | file | core/ |
|
| DateRangeFormatterSettingsUpdateTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DateRangeFormatterSettingsUpdateTest::$modules | property | core/ |
Modules to install after the database is loaded. |
| DateRangeFormatterSettingsUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
| DateRangeFormatterSettingsUpdateTest::testPostUpdateDateRangeFormatter | function | core/ |
Tests update path for the 'from_to' formatter setting. |
| DateRangeItem | class | core/ |
Plugin implementation of the 'daterange' field type. |
| DateRangeItem.php | file | core/ |
|
| DateRangeItem::DATETIME_TYPE_ALLDAY | constant | core/ |
Value for the 'datetime_type' setting: store a date and time. |
| DateRangeItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| DateRangeItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| DateRangeItem::onChange | function | core/ |
React to changes to a child property or item. |
| DateRangeItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| DateRangeItem::schema | function | core/ |
Returns the schema for the field. |
| DateRangeItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| DateRangeItemTest | class | core/ |
Test datetime range field type via API. |
| DateRangeItemTest.php | file | core/ |
|
| DateRangeItemTest::$field | property | core/ |
The field used in this test class. |
| DateRangeItemTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
| DateRangeItemTest::$modules | property | core/ |
Modules to install. |
| DateRangeItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| DateRangeItemTest::testDateOnly | function | core/ |
Tests the field configured for date-only. |
| DateRangePlainFormatter | class | core/ |
Plugin implementation of the 'Plain' formatter for 'daterange' fields. |
| DateRangePlainFormatter.php | file | core/ |
|
| DateRangePlainFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
| DateRangePlainFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
| DateRangePlainFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
| DateRangePlainFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
| DateRangeWidgetBase | class | core/ |
Base class for the 'daterange_*' widgets. |
| DateRangeWidgetBase.php | file | core/ |
|
| DateRangeWidgetBase::formElement | function | core/ |
Returns the form for a single field widget. |
| DateRangeWidgetBase::massageFormValues | function | core/ |
Massages the form values into the format expected for field values. |
| DateRangeWidgetBase::validateStartEnd | function | core/ |
#element_validate callback to ensure that the start date <= the end date. |
| DateSqlInterface | interface | core/ |
Defines an interface for handling date queries with SQL. |
| DateSqlInterface.php | file | core/ |
|
| DateSqlInterface::getDateField | function | core/ |
Returns a native database expression for a given field. |
| DateSqlInterface::getDateFormat | function | core/ |
Creates a native database date formatting. |
| DateSqlInterface::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| DateSqlInterface::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
| DateTest | class | core/ |
@coversDefaultClass \Drupal\Core\Datetime\DateFormatter[[api-linebreak]] @group Datetime |
| DateTest.php | file | core/ |
|
| DateTest::$dateFormatter | property | core/ |
The mocked date formatter class. |
| DateTest::$dateFormatterStub | property | core/ |
The date formatter class where methods can be stubbed. |
| DateTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
| DateTest::$languageManager | property | core/ |
The mocked language manager. |
| DateTest::$requestStack | property | core/ |
The mocked string translation. |
| DateTest::$stringTranslation | property | core/ |
The mocked string translation. |
| DateTest::createTimestamp | function | core/ |
Creates a UNIX timestamp given a date and time string. |
| DateTest::providerTestFormatDiff | function | core/ |
Data provider for testFormatDiff(). |
| DateTest::providerTestFormatInterval | function | core/ |
Provides some test data for the format interval test. |
| DateTest::setUp | function | core/ |
Pagination
- Previous page
- Page 19
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.