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. Search main for field_
  6. Other projects
Title Object type File name Summary
FieldHooks::fieldConfigInsert function core/modules/field/src/Hook/FieldHooks.php Implements hook_ENTITY_TYPE_insert() for 'field_config'.
FieldHooks::fieldConfigPresave function core/modules/field/src/Hook/FieldHooks.php Implements hook_ENTITY_TYPE_presave() for 'field_config'.
FieldHooks::fieldStorageConfigUpdate function core/modules/field/src/Hook/FieldHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
FieldHooks::formConfigAdminImportFormAlter function core/modules/field/src/Hook/FieldHooks.php Implements hook_form_FORM_ID_alter().
FieldHooks::help function core/modules/field/src/Hook/FieldHooks.php Implements hook_help().
FieldHooks::__construct function core/modules/field/src/Hook/FieldHooks.php
FieldImportChangeTest class core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Update field storage and fields during config change method invocation.
FieldImportChangeTest.php file core/modules/field/tests/src/Kernel/FieldImportChangeTest.php
FieldImportChangeTest::$modules property core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Modules to install.
FieldImportChangeTest::testImportChange function core/modules/field/tests/src/Kernel/FieldImportChangeTest.php Tests importing an updated field.
FieldImportCreateTest class core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Create field storages and fields during config create method invocation.
FieldImportCreateTest.php file core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
FieldImportCreateTest::testImportCreate function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during config import.
FieldImportCreateTest::testImportCreateDefault function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during default config import.
FieldImportDeleteTest class core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Delete field storages and fields during config delete method invocation.
FieldImportDeleteTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php
FieldImportDeleteTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Modules to install.
FieldImportDeleteTest::testImportDelete function core/modules/field/tests/src/Kernel/FieldImportDeleteTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallTest class core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests field storages and fields deletion during config synchronization.
FieldImportDeleteUninstallTest.php file core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php
FieldImportDeleteUninstallTest::$modules property core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Modules to install.
FieldImportDeleteUninstallTest::setUp function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Set the default field storage backend for fields created during tests.
FieldImportDeleteUninstallTest::testImportAlreadyDeletedUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests purging previously deleted fields and storages in config import.
FieldImportDeleteUninstallTest::testImportDeleteUninstall function core/modules/field/tests/src/Kernel/FieldImportDeleteUninstallTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest class core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storage when a module in uninstalled through the UI.
FieldImportDeleteUninstallUiTest.php file core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php The theme to install as the default for testing.
FieldImportDeleteUninstallUiTest::$modules property core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Modules to install.
FieldImportDeleteUninstallUiTest::setUp function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php
FieldImportDeleteUninstallUiTest::testImportDeleteUninstall function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests deleting field storages and fields as part of config import.
FieldImportDeleteUninstallUiTest::testSynchronizeForm function core/modules/field/tests/src/Functional/FieldImportDeleteUninstallUiTest.php Tests if the synchronization form is available when the core.extension.yml is missing.
FieldInputValueNormalizerTrait trait core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php A trait used to assist in the normalization of raw input field values.
FieldInputValueNormalizerTrait.php file core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php
FieldInputValueNormalizerTrait::normalizeValue function core/lib/Drupal/Core/Field/FieldInputValueNormalizerTrait.php Ensure a field value is transformed into a format keyed by delta.
FieldInputValueNormalizerTraitTest class core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Tests Drupal\Core\Field\FieldInputValueNormalizerTrait.
FieldInputValueNormalizerTraitTest.php file core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php
FieldInputValueNormalizerTraitTest::keyValueByDeltaTestCases function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Provides test cases for ::testKeyValueByDelta.
FieldInputValueNormalizerTraitTest::testKeyValueByDelta function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Tests key value by delta.
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Tests key value by delta undefined variables.
FieldInputValueNormalizerTraitTest::testScalarWithNoMainProperty function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php Tests scalar with no main property.
FieldInstance class core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php Drupal 6 field instances source from database.
FieldInstance class core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Drupal 7 field instances source from database.
FieldInstance.php file core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php
FieldInstance.php file core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
FieldInstance::doCount function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Gets the source count using countQuery().
FieldInstance::fields function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Returns available fields on the source.
FieldInstance::fields function core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php Returns available fields on the source.
FieldInstance::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php Defines the source fields uniquely identifying a source row.
FieldInstance::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Defines the source fields uniquely identifying a source row.
FieldInstance::initializeIterator function core/modules/field/src/Plugin/migrate/source/d7/FieldInstance.php Initializes the iterator with the source data.

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