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
FieldTest::testQueryWithGroupByForConfigField function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php @covers ::query
FieldTestBase class core/modules/field/tests/src/Functional/Views/FieldTestBase.php Provides some helper methods for testing fieldapi integration into views.
FieldTestBase class core/modules/field/tests/src/Functional/FieldTestBase.php Parent class for Field API tests.
FieldTestBase.php file core/modules/field/tests/src/Functional/FieldTestBase.php
FieldTestBase.php file core/modules/field/tests/src/Functional/Views/FieldTestBase.php
FieldTestBase::$fields property core/modules/field/tests/src/Functional/Views/FieldTestBase.php Stores the fields of the field storage.
FieldTestBase::$fieldStorages property core/modules/field/tests/src/Functional/Views/FieldTestBase.php Stores the field definitions used by the test.
FieldTestBase::$modules property core/modules/field/tests/src/Functional/Views/FieldTestBase.php Modules to enable.
FieldTestBase::assertFieldValues function core/modules/field/tests/src/Functional/FieldTestBase.php Assert that a field has the expected values in an entity.
FieldTestBase::setUp function core/modules/field/tests/src/Functional/Views/FieldTestBase.php Sets up the test.
FieldTestBase::setUpFields function core/modules/field/tests/src/Functional/Views/FieldTestBase.php
FieldTestBase::setUpFieldStorages function core/modules/field/tests/src/Functional/Views/FieldTestBase.php
FieldTestBase::_generateTestFieldValues function core/modules/field/tests/src/Functional/FieldTestBase.php Generate random values for a field_test field.
FieldTestEntityField class core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTestEntityField::executePrepareItemsByDelta function core/modules/views/tests/src/Unit/Plugin/field/FieldTest.php
FieldTestItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines the 'field_test' entity field type.
FieldTestItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
FieldTestItem::$counter property core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Counts how many times all items of this type are saved.
FieldTestItem::delete function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom delete behavior for field values.
FieldTestItem::mustResave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Checks whether the field item value should be resaved.
FieldTestItem::postSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom post-save behavior for field values.
FieldTestItem::preSave function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines custom presave behavior for field values.
FieldTestItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Defines field item properties.
FieldTestItem::schema function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Returns the schema for the field.
FieldTestItem::__construct function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php Constructs a TypedData object given its definition and context.
FieldTimeIntervalTest class core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Tests the time interval handler.
FieldTimeIntervalTest.php file core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php
FieldTimeIntervalTest::$ages property core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Ages dataset.
FieldTimeIntervalTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php The theme to install as the default for testing.
FieldTimeIntervalTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Views used by this test.
FieldTimeIntervalTest::dataSet function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Overrides \Drupal\views\Tests\ViewUnitTestBase::dataSet().
FieldTimeIntervalTest::schemaDefinition function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Overrides \Drupal\views\Tests\ViewUnitTestBase::schemaDefinition().
FieldTimeIntervalTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Sets up the test.
FieldTimeIntervalTest::testFieldTimeInterval function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Test TimeInterval handler.
FieldTimeIntervalTest::viewsData function core/modules/views/tests/src/Functional/Handler/FieldTimeIntervalTest.php Overrides \Drupal\views\Tests\ViewUnitTestBase::viewsData().
FieldTranslationSqlStorageTest class core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests Field translation SQL Storage.
FieldTranslationSqlStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php
FieldTranslationSqlStorageTest::assertFieldStorageLangcode function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Checks whether field languages are correctly stored for the given entity.
FieldTranslationSqlStorageTest::testFieldSqlStorage function core/tests/Drupal/KernelTests/Core/Entity/FieldTranslationSqlStorageTest.php Tests field SQL storage.
FieldTranslationSynchronizer class core/modules/content_translation/src/FieldTranslationSynchronizer.php Provides field translation synchronization capabilities.
FieldTranslationSynchronizer.php file core/modules/content_translation/src/FieldTranslationSynchronizer.php
FieldTranslationSynchronizer::$entityTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The entity type manager.
FieldTranslationSynchronizer::$fieldTypeManager property core/modules/content_translation/src/FieldTranslationSynchronizer.php The field type plugin manager.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.
FieldTranslationSynchronizer::getFieldSynchronizationSettings function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronization settings for the specified field.
FieldTranslationSynchronizer::getFieldSynchronizedProperties function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the synchronized properties for the specified field definition.
FieldTranslationSynchronizer::getOriginalEntity function core/modules/content_translation/src/FieldTranslationSynchronizer.php Returns the original unchanged entity to be used to detect changes.
FieldTranslationSynchronizer::itemHash function core/modules/content_translation/src/FieldTranslationSynchronizer.php Computes a hash code for the specified item.
FieldTranslationSynchronizer::synchronizeFields function core/modules/content_translation/src/FieldTranslationSynchronizer.php Performs field column synchronization on the given entity.
FieldTranslationSynchronizer::synchronizeItems function core/modules/content_translation/src/FieldTranslationSynchronizer.php Synchronize the items of a single field.

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