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
LanguageField::buildOptionsForm function core/modules/views/src/Plugin/views/field/LanguageField.php Default option form that provides label widget that all fields should have.
LanguageField::defineOptions function core/modules/views/src/Plugin/views/field/LanguageField.php Information about options for all kinds of purposes will be held here.
LanguageField::render function core/modules/views/src/Plugin/views/field/LanguageField.php Renders the field.
language_entity_base_field_info_alter function core/modules/language/language.module Implements hook_entity_base_field_info_alter().
language_entity_field_access function core/modules/language/language.module Implements hook_entity_field_access().
language_entity_field_access_test.info.yml file core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.info.yml
language_entity_field_access_test.module file core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.module Hook implementations for language_entity_field_access_test.
language_entity_field_access_test_entity_field_access function core/modules/language/tests/language_entity_field_access_test/language_entity_field_access_test.module Implements hook_entity_field_access().
language_field_info_alter function core/modules/language/language.module Implements hook_field_info_alter().
LayoutBuilderCompatibilityTestBase::assertFieldAttributes function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Asserts that the rendered entity has the correct fields.
LayoutBuilderDefaultValuesTest::addImageFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Helper function to add image fields.
LayoutBuilderDefaultValuesTest::addTextFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderDefaultValuesTest.php Helper function to add string fields.
LayoutBuilderEntityViewDisplay::$entityFieldManager property core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php The entity field manager.
LayoutBuilderEntityViewDisplay::addSectionField function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Adds a layout section field to a given bundle.
LayoutBuilderEntityViewDisplay::getSectionComponentForFieldName function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Gets the component for a given field name if any.
LayoutBuilderEntityViewDisplay::removeSectionField function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Removes a layout section field if it is no longer needed.
LayoutBuilderEntityViewDisplayForm::buildExtraFieldRow function core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php Builds the table row structure for a single extra field.
LayoutBuilderEntityViewDisplayForm::buildFieldRow function core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php Builds the table row structure for a single field.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Tests cache tags on entity reference field blocks in Layout Builder.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php The theme to install as the default for testing.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Modules to enable.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::testEntityReferenceFieldBlockCaching function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Tests cache tags on field block for entity reference field.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::verifyPageCacheContainsTags function core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php Verify that when loading a given page, it's a page cache hit or miss.
LayoutBuilderFieldLayoutCompatibilityTest class core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php Ensures that Layout Builder and Field Layout are compatible with each other.
LayoutBuilderFieldLayoutCompatibilityTest.php file core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
LayoutBuilderFieldLayoutCompatibilityTest::$modules property core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php Modules to enable.
LayoutBuilderFieldLayoutCompatibilityTest::setUp function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
LayoutBuilderFieldLayoutCompatibilityTest::testCompatibility function core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php Tests the compatibility of Layout Builder and Field Layout.
LayoutBuilderIntegration::quickEditRenderField function core/modules/quickedit/src/LayoutBuilderIntegration.php Re-renders a field rendered by Layout Builder, edited with Quick Edit.
LayoutBuilderIsActiveCacheContextTest::testGetContextNonFieldableEntity function core/modules/layout_builder/tests/src/Unit/LayoutBuilderIsActiveCacheContextTest.php @covers ::getContext
@covers ::getDisplay
LayoutBuilderOptInTest::getPathForFieldBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderOptInTest.php Returns the path to update a field block in the UI.
LayoutBuilderQuickEditTest::assertEntityInstanceFieldMarkup function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Asserts all in-place editable fields with markup expectations.
LayoutBuilderQuickEditTest::assertEntityInstanceFieldStates function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Asserts all FieldModels for the given entity instance.
LayoutBuilderQuickEditTest::getQuickEditFieldId function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
LayoutBuilderQuickEditTest::replaceLayoutBuilderFieldIdKeys function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Replaces the array keys with Layout Builder field IDs when needed.
LayoutBuilderQuickEditTest::testPlaceFieldBlockFromDifferentEntityType function core/modules/quickedit/tests/src/Functional/LayoutBuilderQuickEditTest.php Tests Quick Edit integration with a block from a different entity type.
LayoutBuilderQuickEditTest::testQuickEditIgnoresDuplicateFields function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php Tests that Quick Edit still works even when there are duplicate fields.
LayoutBuilderTest::testDeleteField function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests deleting a field in-use by an overridden layout.
LayoutBuilderTest::testExtraFields function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests that extra fields work before and after enabling Layout Builder.
LayoutBuilderTest::testOverridesWithoutFieldUi function core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php Tests Layout Builder overrides without Field UI installed.
LayoutBuilderThemeSuggestionsTest::testFieldBlockViewModeTemplates function core/modules/layout_builder/tests/src/Functional/LayoutBuilderThemeSuggestionsTest.php Tests that of view mode specific field templates are suggested.
LayoutBuilderUiTest::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Path prefix for the field UI for the test bundle.
LayoutBuilderUiTest::testNewExtraField function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php Tests removing newly added extra field.
LayoutSectionTest::testLayoutDeletingField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that deleting a field removes it from the layout.
LayoutSectionTest::testLayoutUrlNoSectionField function core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php Tests that no Layout link shows without a section field.
layout_builder_extra_field_test.info.yml file core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.info.yml core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.info.yml
layout_builder_extra_field_test.module file core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.module Provides hook implementations for Layout Builder tests.
layout_builder_extra_field_test_entity_extra_field_info function core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout_builder_extra_field_test.module Implements hook_entity_extra_field_info().

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