Search for Field

  1. Search 7.x for Field
  2. Search 9.5.x for Field
  3. Search 8.9.x for Field
  4. Search 10.3.x for Field
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Field class core/modules/field/src/Plugin/migrate/source/d6/Field.php Drupal 6 field source from database.
Field class core/modules/field/src/Plugin/migrate/source/d7/Field.php Drupal 7 field source from database.

All search results

Title Object type File name Summary
DataFieldRow::$replacementAliases property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of prepared field aliases from options.
DataFieldRow::$usesFields property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Does the row plugin support to add fields to its output.
DataFieldRow::buildOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Provide a form for setting options.
DataFieldRow::defineOptions function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Information about options for all kinds of purposes will be held here.
DataFieldRow::extractFromOptionsArray function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Extracts a set of option values from a nested options array.
DataFieldRow::getFieldKeyAlias function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Return an alias for a field ID, as set in the options form.
DataFieldRow::init function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Initialize the plugin.
DataFieldRow::render function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Renders a row object.
DataFieldRow::validateAliasName function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Form element validation handler for \Drupal\rest\Plugin\views\row\DataFieldRow::buildOptionsForm().
DataFieldRow::validateOptionsForm function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Validate the options form.
Date::getDateField function core/modules/datetime/src/Plugin/views/sort/Date.php Override to account for dates stored as strings.
Date::getDateField function core/modules/datetime/src/Plugin/views/argument/Date.php Creates cross-database SQL dates.
DateField class core/modules/datetime/src/Plugin/migrate/field/DateField.php Provides a field plugin for date and time fields.
DateField.php file core/modules/datetime/src/Plugin/migrate/field/DateField.php
DateField::defineValueProcessPipeline function core/modules/datetime/src/Plugin/migrate/field/DateField.php Apply any custom processing to the field bundle migrations.
DateField::getFieldFormatterMap function core/modules/datetime/src/Plugin/migrate/field/DateField.php Get a map between D6 formatters and D8 formatters for this field type.
DateField::getFieldType function core/modules/datetime/src/Plugin/migrate/field/DateField.php Computes the destination type of a migrated field.
DateField::getFieldWidgetMap function core/modules/datetime/src/Plugin/migrate/field/DateField.php Get a map between D6 and D8 widgets for this field type.
DateFieldTest class core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Provides unit tests for the DateField Plugin.
DateFieldTest.php file core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
DateFieldTest::providerTestDefineValueProcessPipeline function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Provides data for testDefineValueProcessPipeline().
DateFieldTest::testDefineValueProcessPipeline function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Tests defineValueProcessPipeline.
DateFieldTest::testDefineValueProcessPipelineException function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Tests invalid date types throw an exception.
DateRangeFieldItemList class core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Represents a configurable entity daterange field.
DateRangeFieldItemList.php file core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php
DateRangeFieldItemList::defaultValuesForm function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Returns a form for the default value input.
DateRangeFieldItemList::defaultValuesFormSubmit function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Processes the submitted default value.
DateRangeFieldItemList::defaultValuesFormValidate function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Validates the submitted default value.
DateRangeFieldItemList::processDefaultValue function core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeFieldItemList.php Processes the default value before being applied.
DateRangeFieldTest class core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests Daterange field functionality.
DateRangeFieldTest class core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php Tests Daterange field.
DateRangeFieldTest.php file core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php
DateRangeFieldTest.php file core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php
DateRangeFieldTest::$defaultSettings property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The default display settings to use for the formatters.
DateRangeFieldTest::$defaultTheme property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The theme to install as the default for testing.
DateRangeFieldTest::$defaultTheme property core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php The theme to install as the default for testing.
DateRangeFieldTest::$modules property core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php Modules to install.
DateRangeFieldTest::$modules property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Modules to install.
DateRangeFieldTest::datelistDataProvider function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The data provider for testing the validation of the datelist widget.
DateRangeFieldTest::doTestFromToSetting function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Performs the test of the 'from_to' setting for given test data.
DateRangeFieldTest::fromToSettingDataProvider function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Provides data for testing the 'from_to' setting.
DateRangeFieldTest::getTestFieldType function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Returns the type of field to be tested.
DateRangeFieldTest::setUp function core/modules/datetime_range/tests/src/FunctionalJavascript/DateRangeFieldTest.php
DateRangeFieldTest::testAlldayRangeField function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests all-day field.
DateRangeFieldTest::testDatelistWidget function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests Date Range List Widget functionality.
DateRangeFieldTest::testDateRangeField function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests date field functionality.
DateRangeFieldTest::testDateStorageSettings function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests that 'Date' field storage setting form is disabled if field has data.
DateRangeFieldTest::testDatetimeRangeField function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests date and time field.
DateRangeFieldTest::testDefaultValue function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests default value functionality.
DateRangeFieldTest::testFromSetting function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests displaying dates with the 'from_to' setting.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.