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
BlockContentResourceTestBase::$patchProtectedFieldNames property core/modules/block_content/tests/src/Functional/Rest/BlockContentResourceTestBase.php The fields that are protected against modification during PATCH requests.
BlockContentReusableUpdateTest::testReusableFieldAddition function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Tests adding 'reusable' entity base field to the block content entity type.
BlockContentReusableUpdateTest::testReusableFieldAdditionWithoutViews function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Tests that the update succeeds even if Views is not installed.
BlockContentTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/BlockContentTest.php The fields that are protected against modification during PATCH requests.
BlockContentUpdateTest::testStatusFieldAddition function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests adding a status field to the block content entity type.
BlockCustom::fields function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php Returns available fields on the source.
BlockCustomTranslation::fields function core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php Returns available fields on the source.
BlockedIp::fields function core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php Returns an array of destination fields.
BlockedIps::fields function core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php Returns available fields on the source.
BlockTranslation::fields function core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php Returns available fields on the source.
BlockTranslation::fields function core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php Returns available fields on the source.
block_content_add_body_field function core/modules/block_content/block_content.module Adds the default body field to a custom block type.
block_content_body_field.yml file core/modules/block_content/migrations/block_content_body_field.yml core/modules/block_content/migrations/block_content_body_field.yml
Book::fields function core/modules/book/src/Plugin/migrate/source/Book.php Returns available fields on the source.
BooleanFieldTest class core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Tests boolean field functionality.
BooleanFieldTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
BooleanFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php The theme to install as the default for testing.
BooleanFieldTest::$field property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php The field used in this test class.
BooleanFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php A field to use in this test class.
BooleanFieldTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Modules to enable.
BooleanFieldTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
BooleanFieldTest::testBooleanField function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Tests boolean field.
BooleanFieldTest::testFormAccess function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Test field access.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
BooleanFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php Renders fields of a given entity with a given display.
BooleanItem::defaultFieldSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Defines the field-level settings for this plugin.
BooleanItem::fieldSettingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/BooleanItem.php Returns a form for the field-level settings.
Box::fields function core/modules/block_content/src/Plugin/migrate/source/d6/Box.php Returns available fields on the source.
BrowserTestBaseTest::testFieldAssertsForButton function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for button field type.
BrowserTestBaseTest::testFieldAssertsForCheckbox function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for checkbox field type.
BrowserTestBaseTest::testFieldAssertsForOptions function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts for options field type.
BrowserTestBaseTest::testFieldAssertsForTextfields function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy field asserts using textfields.
BulkDeleteTest::$fieldStorages property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The fields to use in this test.
BulkDeleteTest::testDeleteField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that deleting a field leaves the field data items in the database
and that the appropriate Field API functions can operate on the deleted
data and field definition.
BulkDeleteTest::testPurgeField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field data items and fields are purged when a field storage is
deleted.
BulkDeleteTest::testPurgeFieldStorage function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Verify that field storages are preserved and purged correctly as multiple
fields are deleted and purged.
BulkDeleteTest::testPurgeWithDeletedAndActiveField function core/modules/field/tests/src/Kernel/BulkDeleteTest.php Tests that recreating a field with the name as a deleted field works.
CckFieldBackwardsCompatibilityTest class core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php @group migrate_drupal
@group legacy
CckFieldBackwardsCompatibilityTest.php file core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php
CckFieldBackwardsCompatibilityTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php Modules to enable.
CckFieldBackwardsCompatibilityTest::testBackwardsCompatibility function core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php Ensures that the cckfield backwards compatibility layer is invoked.
CckFieldPluginBase class core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php The base class for all field plugins.
CckFieldPluginBase.php file core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
CckFieldPluginBase::defineValueProcessPipeline function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
CckFieldPluginBase::processCckFieldValues function core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php Apply any custom processing to the field bundle migrations.
ChangedFieldItemList class core/lib/Drupal/Core/Field/ChangedFieldItemList.php Defines a item list class for changed fields.
ChangedFieldItemList.php file core/lib/Drupal/Core/Field/ChangedFieldItemList.php
ChangedFieldItemList::defaultAccess function core/lib/Drupal/Core/Field/ChangedFieldItemList.php Contains the default access logic of this field.

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