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
OptionsFieldUITest::$nodeFormPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Node form path for created content type.
OptionsFieldUITest::$type property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Machine name of the created content type.
OptionsFieldUITest::$type property core/modules/options/tests/src/Functional/OptionsFieldUITest.php Machine name of the created content type.
OptionsFieldUITest::$typeName property core/modules/options/tests/src/Functional/OptionsFieldUITest.php The name of the created content type.
OptionsFieldUITest::assertAllowedValuesInput function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Tests an input array for the 'allowed values' form element.
OptionsFieldUITest::createOptionsField function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Helper function to create list field of a given type.
OptionsFieldUITest::createOptionsField function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Helper function to create list field of a given type.
OptionsFieldUITest::exposeOptionMachineName function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Exposes the machine name input for a row.
OptionsFieldUITest::setUp function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php
OptionsFieldUITest::setUp function core/modules/options/tests/src/Functional/OptionsFieldUITest.php
OptionsFieldUITest::testDefaultValueOptions function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Tests that the allowed options are available to the default value widget.
OptionsFieldUITest::testMachineNameSpecialCharacters function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUITest.php Tests `list_string` machine name with special characters.
OptionsFieldUITest::testNodeDisplay function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Tests normal and key formatter display on node display.
OptionsFieldUITest::testOptionsAllowedValuesFloat function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (float) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesInteger function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (integer) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesText function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Options (text) : test 'allowed values' input.
OptionsFieldUITest::testRequiredPropertyForAllowedValuesList function core/modules/options/tests/src/Functional/OptionsFieldUITest.php Confirms the allowed value list is a required field.
OptionsFieldUnitTestBase class core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php Base class for Options module integration tests.
OptionsFieldUnitTestBase.php file core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php
OptionsFieldUnitTestBase::$field property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The list field used in the test.
OptionsFieldUnitTestBase::$fieldName property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field name used in the test.
OptionsFieldUnitTestBase::$fieldStorage property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The list field storage used in the test.
OptionsFieldUnitTestBase::$fieldStorageDefinition property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php The field storage definition used to created the field storage.
OptionsFieldUnitTestBase::$modules property core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php Modules to install.
OptionsFieldUnitTestBase::setUp function core/modules/options/tests/src/Kernel/OptionsFieldUnitTestBase.php Set the default field storage backend for fields created during tests.
OptionsFloatFieldImportTest class core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php Tests option fields can be updated and created through config synchronization.
OptionsFloatFieldImportTest.php file core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
OptionsFloatFieldImportTest::$defaultTheme property core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php The theme to install as the default for testing.
OptionsFloatFieldImportTest::$modules property core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php Modules to install.
OptionsFloatFieldImportTest::setUp function core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php
OptionsFloatFieldImportTest::testImport function core/modules/options/tests/src/Functional/OptionsFloatFieldImportTest.php Tests that importing list_float fields works.
OptionsTestBase::$fieldNames property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php The used field names.
OptionsTestBase::$fieldValues property core/modules/options/tests/src/Kernel/Views/OptionsTestBase.php Stores the field values used for the different tests.
options_field_storage_config_delete function core/modules/options/options.module Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'.
options_field_storage_config_update function core/modules/options/options.module Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
options_field_storage_config_update_forbid function core/modules/options/options.module Implements hook_field_storage_config_update_forbid().
options_field_views_data function core/modules/options/options.views.inc Implements hook_field_views_data().
OptionWidgetsField class core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php MigrateField Plugin for Drupal 6 options fields.
OptionWidgetsField.php file core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php
OrderByTest::testFieldEscaping function core/tests/Drupal/Tests/Core/Database/OrderByTest.php Tests that fields passed for ordering get escaped properly.
OverrideSectionsTest::testOverrideField function core/modules/layout_builder/tests/src/Functional/Rest/OverrideSectionsTest.php Tests that the layout override field is not normalized.
OverridesSectionStorage::$entityFieldManager property core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The entity field manager.
OverridesSectionStorage::FIELD_NAME constant core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php The field name used by this storage.
OverridesSectionStorageTest::$entityFieldManager property core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php The entity field manager.
PagePreviewTest::$fieldName property core/modules/node/tests/src/Functional/PagePreviewTest.php The name of the created field.
PasswordItemTest::$field property core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php The field used in this test class.
PasswordItemTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php A field storage to use in this test class.
PathAlias::baseFieldDefinitions function core/modules/path_alias/src/Entity/PathAlias.php
PathAliasResourceTestBase::$patchProtectedFieldNames property core/modules/path_alias/tests/src/Functional/Rest/PathAliasResourceTestBase.php The fields that are protected against modification during PATCH requests.
PathAliasTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/PathAliasTest.php The fields that are protected against modification during PATCH requests.

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