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 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
FieldHandlerInterface::getValue function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets the value that's supposed to be rendered.
FieldHandlerInterface::isValueEmpty function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Checks if a field value is empty.
FieldHandlerInterface::label function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Gets this field's label.
FieldHandlerInterface::postRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs after every field has been rendered.
FieldHandlerInterface::preRender function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Runs before any fields are rendered.
FieldHandlerInterface::render function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders the field.
FieldHandlerInterface::renderText function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Performs an advanced text render for the item.
FieldHandlerInterface::theme function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Renders row values using $this->themeFunctions() as #theme.
FieldHandlerInterface::tokenizeValue function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Replaces a value with tokens from the last field.
FieldHandlerInterface::useStringGroupBy function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Determines if this field can be grouped in the results.
FieldHelpTest class core/modules/field/tests/src/Functional/FieldHelpTest.php Tests help display for the Field module.
FieldHelpTest.php file core/modules/field/tests/src/Functional/FieldHelpTest.php
FieldHelpTest::$adminUser property core/modules/field/tests/src/Functional/FieldHelpTest.php The admin user that will be created.
FieldHelpTest::$defaultTheme property core/modules/field/tests/src/Functional/FieldHelpTest.php The theme to install as the default for testing.
FieldHelpTest::$modules property core/modules/field/tests/src/Functional/FieldHelpTest.php Modules to install.
FieldHelpTest::setUp function core/modules/field/tests/src/Functional/FieldHelpTest.php
FieldHelpTest::testFieldHelp function core/modules/field/tests/src/Functional/FieldHelpTest.php Tests the Field module's help page.
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 @coversDefaultClass \Drupal\Core\Field\FieldInputValueNormalizerTrait[[api-linebreak]]
@group Field
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 @dataProvider keyValueByDeltaTestCases
@covers ::normalizeValue[[api-linebreak]]
FieldInputValueNormalizerTraitTest::testKeyValueByDeltaUndefinedVariables function core/tests/Drupal/Tests/Core/Field/FieldInputValueNormalizerTraitTest.php @covers ::normalizeValue[[api-linebreak]]

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