Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DataFieldRow::$usesFields | property | core/ |
Does the row plugin support to add fields to its output. |
| DataFieldRow::buildOptionsForm | function | core/ |
Provide a form for setting options. |
| DataFieldRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| DataFieldRow::extractFromOptionsArray | function | core/ |
Extracts a set of option values from a nested options array. |
| DataFieldRow::getFieldKeyAlias | function | core/ |
Return an alias for a field ID, as set in the options form. |
| DataFieldRow::init | function | core/ |
Initialize the plugin. |
| DataFieldRow::render | function | core/ |
Render a row object. This usually passes through to a theme template of some form, but not always. |
| DataFieldRow::validateAliasName | function | core/ |
Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm(). |
| DataFieldRow::validateOptionsForm | function | core/ |
Validate the options form. |
| DateField.php | file | core/ |
|
| DateField.php | file | core/ |
|
| DateField::defineValueProcessPipeline | function | core/ |
Apply any custom processing to the field bundle migrations. |
| DateField::defineValueProcessPipeline | function | core/ |
Apply any custom processing to the field bundle migrations. |
| DateField::getFieldFormatterMap | function | core/ |
Get a map between D6 formatters and D8 formatters for this field type. |
| DateField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
| DateField::getFieldWidgetMap | function | core/ |
Get a map between D6 and D8 widgets for this field type. |
| DateField::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| DateFieldLegacyTest | class | core/ |
@group migrate @group legacy |
| DateFieldLegacyTest | class | core/ |
Tests legacy methods on the date_field plugin. |
| DateFieldLegacyTest.php | file | core/ |
|
| DateFieldLegacyTest.php | file | core/ |
|
| DateFieldLegacyTest::testUnknownDateType | function | core/ |
@expectedDeprecation Deprecated in Drupal 8.6.0, to be removed before Drupal 9.0.0. Use defineValueProcessPipeline() instead. See https://www.drupal.org/node/2944598. |
| DateFieldLegacyTest::testUnknownDateType | function | core/ |
Tests deprecation on calling processFieldValues(). |
| DateFieldTest | class | core/ |
@group migrate @group legacy |
| DateFieldTest | class | core/ |
Provides unit tests for the DateField Plugin. |
| DateFieldTest.php | file | core/ |
|
| DateFieldTest.php | file | core/ |
|
| DateFieldTest::$migration | property | core/ |
|
| DateFieldTest::providerTestDefineValueProcessPipeline | function | core/ |
Provides data for testDefineValueProcessPipeline(). |
| DateFieldTest::setUp | function | core/ |
|
| DateFieldTest::testDefineValueProcessPipeline | function | core/ |
Tests defineValueProcessPipeline. |
| DateFieldTest::testDefineValueProcessPipelineException | function | core/ |
Tests invalid date types throw an exception. |
| DateFieldTest::testUnknownDateType | function | core/ |
Tests an Exception is thrown when the field type is not a known date type. |
| 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. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.