Search for Field

  1. Search 7.x for Field
  2. Search 9.5.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.
Field class core/modules/views/src/Plugin/views/field/Field.php A stub class to provide backward compatibility for EntityField.

All search results

Title Object type File name Summary
Fields class core/modules/views/src/Plugin/views/row/Fields.php The basic 'fields' row plugin
Fields.php file core/modules/views/src/Plugin/views/row/Fields.php
Fields::$usesFields property core/modules/views/src/Plugin/views/row/Fields.php Does the row plugin support to add fields to its output.
Fields::buildOptionsForm function core/modules/views/src/Plugin/views/row/Fields.php Provide a form for setting options.
Fields::defineOptions function core/modules/views/src/Plugin/views/row/Fields.php Information about options for all kinds of purposes will be held here.
Fields::submitOptionsForm function core/modules/views/src/Plugin/views/row/Fields.php Perform any necessary changes to the form values prior to storage.
There is no need for this function to actually store the data.
FieldSchemaDataUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
FieldSchemaDataUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php
FieldSchemaDataUninstallUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php The theme to install as the default for testing.
FieldSchemaDataUninstallUpdateTest::assertFieldSchemaData function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Asserts that field schema data to be purged is found.
FieldSchemaDataUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Set database dump files to be used.
FieldSchemaDataUninstallUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/FieldSchemaDataUninstallUpdateTest.php Tests the upgrade path after fixing field schema data uninstallation.
Fieldset class core/lib/Drupal/Core/Render/Element/Fieldset.php Provides a render element for a group of form elements.
fieldset--media-library-widget.html.twig file core/themes/seven/templates/media-library/fieldset--media-library-widget.html.twig Theme override for the media library widget.
fieldset--media-library-widget.html.twig file core/themes/claro/templates/media-library/fieldset--media-library-widget.html.twig Theme override for the media library widget.
fieldset.css file core/themes/claro/css/components/fieldset.css Fieldset styles.
fieldset.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/form/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/themes/seven/templates/classy/form/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/themes/claro/templates/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/themes/bartik/templates/classy/form/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/themes/stable/templates/form/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/themes/classy/templates/form/fieldset.html.twig Theme override for a fieldset element and its children.
fieldset.html.twig file core/modules/system/templates/fieldset.html.twig Default theme implementation for a fieldset element and its children.
fieldset.pcss.css file core/themes/claro/css/components/fieldset.pcss.css Fieldset styles.
Fieldset.php file core/lib/Drupal/Core/Render/Element/Fieldset.php
Fieldset::getInfo function core/lib/Drupal/Core/Render/Element/Fieldset.php Returns the element properties for this element.
FieldSettings class core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php Get the field settings.
FieldSettings class core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php Plugin annotation

@MigrateProcessPlugin(
id = "d7_field_settings"
)
FieldSettings.php file core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php
FieldSettings.php file core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
FieldSettings::getSettings function core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php Merge the default D8 and specified D6 settings.
FieldSettings::transform function core/modules/field/src/Plugin/migrate/process/d6/FieldSettings.php Get the field default/mapped settings.
FieldSettings::transform function core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php Performs the associated process.
FieldSettingsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php @coversDefaultClass \Drupal\field\Plugin\migrate\process\d6\FieldSettings
@group field
FieldSettingsTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php @coversDefaultClass \Drupal\field\Plugin\migrate\process\d7\FieldSettings
@group field
FieldSettingsTest class core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests field settings methods on field definition structures.
FieldSettingsTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
FieldSettingsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php
FieldSettingsTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
FieldSettingsTest::$modules property core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Modules to enable.
FieldSettingsTest::getSettingsProvider function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php Provides field settings for testGetSettings().
FieldSettingsTest::testBaseFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\Core\Field\BaseFieldDefinition::getSettings
@covers \Drupal\Core\Field\BaseFieldDefinition::setSettings
FieldSettingsTest::testBaseFieldSettingsOnClone function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php Tests the base field settings on a cloned base field definition object.
FieldSettingsTest::testConfigurableFieldSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSettingsTest::testConfigurableFieldStorageSettings function core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php @covers \Drupal\field\Entity\FieldStorageConfig::getSettings
@covers \Drupal\field\Entity\FieldStorageConfig::setSettings
FieldSettingsTest::testGetSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php @covers ::getSettings
FieldSettingsTest::testTransformImageSettings function core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php Tests transformation of image field settings.
FieldsOverlapException class core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php Exception thrown if an insert query specifies a field twice.
FieldsOverlapException.php file core/lib/Drupal/Core/Database/Query/FieldsOverlapException.php
FieldSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests Field SQL Storage .

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