Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DateRangeDefaultWidget::create | function | core/ |
Creates an instance of the plugin. |
| DateRangeDefaultWidget::formElement | function | core/ |
Returns the form for a single field widget. |
| DateRangeDefaultWidget::__construct | function | core/ |
Constructs a WidgetBase object. |
| DateRangeFieldItemList | class | core/ |
Represents a configurable entity daterange field. |
| DateRangeFieldItemList.php | file | core/ |
|
| DateRangeFieldItemList::defaultValuesForm | function | core/ |
Returns a form for the default value input. |
| DateRangeFieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
| DateRangeFieldItemList::defaultValuesFormValidate | function | core/ |
Validates the submitted default value. |
| DateRangeFieldItemList::processDefaultValue | function | core/ |
Processes the default value before being applied. |
| DateRangeFieldTest | class | core/ |
Tests Daterange field functionality. |
| DateRangeFieldTest.php | file | core/ |
|
| DateRangeFieldTest::$defaultSettings | property | core/ |
The default display settings to use for the formatters. |
| DateRangeFieldTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DateRangeFieldTest::$modules | property | core/ |
Modules to enable. |
| DateRangeFieldTest::datelistDataProvider | function | core/ |
The data provider for testing the validation of the datelist widget. |
| DateRangeFieldTest::getTestFieldType | function | core/ |
Returns the type of field to be tested. |
| DateRangeFieldTest::testAlldayRangeField | function | core/ |
Tests all-day field. |
| DateRangeFieldTest::testDatelistWidget | function | core/ |
Tests Date Range List Widget functionality. |
| DateRangeFieldTest::testDateRangeField | function | core/ |
Tests date field functionality. |
| DateRangeFieldTest::testDateStorageSettings | function | core/ |
Tests that 'Date' field storage setting form is disabled if field has data. |
| DateRangeFieldTest::testDatetimeRangeField | function | core/ |
Tests date and time field. |
| DateRangeFieldTest::testDefaultValue | function | core/ |
Tests default value functionality. |
| DateRangeFieldTest::testInvalidField | function | core/ |
Tests that invalid values are caught and marked as invalid. |
| 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 enable. |
| 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. |
Pagination
- Previous page
- Page 361
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.