Search for Field

  1. Search 7.x for Field
  2. Search 8.9.x for Field
  3. Search 10.3.x for Field
  4. Search 11.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
d7_field_option_translation.yml file core/modules/config_translation/migrations/d7_field_option_translation.yml core/modules/config_translation/migrations/d7_field_option_translation.yml
DataFieldRow class core/modules/rest/src/Plugin/views/row/DataFieldRow.php Plugin which displays fields as raw data.
DataFieldRow.php file core/modules/rest/src/Plugin/views/row/DataFieldRow.php
DataFieldRow::$rawOutputOptions property core/modules/rest/src/Plugin/views/row/DataFieldRow.php Stores an array of options to determine if the raw field output is used.
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.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::$modules property core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Modules to enable.
DateRangeFieldTest::datelistDataProvider function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php The data provider for testing the validation of the datelist widget.
DateRangeFieldTest::getTestFieldType function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Returns the type of field to be tested.
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::testInvalidField function core/modules/datetime_range/tests/src/Functional/DateRangeFieldTest.php Tests that invalid values are caught and marked as invalid.
DateRangeItemTest::$field property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php The field used in this test class.
DateRangeItemTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/DateRangeItemTest.php A field storage to use in this test class.
DateSqlInterface::getDateField function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Returns a native database expression for a given field.

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