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
views.view.test_group_by_field_not_within_bundle.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_group_by_field_not_within_bundle.yml
views.view.test_serializer_display_field.yml file core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
views.view.test_serializer_node_display_field.yml file core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
views.view.test_taxonomy_tid_field.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_tid_field.yml
views.view.test_taxonomy_vid_field.yml file core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_vid_field.yml
views.view.test_user_fields_access.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_fields_access.yml
views.view.test_views_handler_field_role.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_role.yml
views.view.test_views_handler_field_user_name.yml file core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml core/modules/user/tests/modules/user_test_views/test_views/views.view.test_views_handler_field_user_name.yml
views.view.test_view_entity_test_additional_base_field.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml
views.view.test_view_fieldapi.yml file core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_fieldapi.yml
views.view.test_view_field_delete.yml file core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml core/modules/field/tests/modules/field_test_views/test_views/views.view.test_view_field_delete.yml
ViewsConfigUpdater::$entityFieldManager property core/modules/views/src/ViewsConfigUpdater.php The entity field manager.
ViewsConfigUpdater::$multivalueBaseFieldsUpdateTableInfo property core/modules/views/src/ViewsConfigUpdater.php An array of helper data for the multivalue base field update.
ViewsConfigUpdater::getMultivalueBaseFieldUpdateTableInfo function core/modules/views/src/ViewsConfigUpdater.php Returns the multivalue base fields update table info.
ViewsConfigUpdater::needsImageLazyLoadFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Add lazy load options to all image type field configurations.
ViewsConfigUpdater::needsMultivalueBaseFieldUpdate function core/modules/views/src/ViewsConfigUpdater.php Update field names for multi-value base fields.
ViewsConfigUpdater::needsSortFieldIdentifierUpdate function core/modules/views/src/ViewsConfigUpdater.php Updates the sort handlers by adding default sort field identifiers.
ViewsConfigUpdater::processImageLazyLoadFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes image type fields.
ViewsConfigUpdater::processMultivalueBaseFieldHandler function core/modules/views/src/ViewsConfigUpdater.php Processes handlers affected by the multivalue base field update.
ViewsConfigUpdater::processSortFieldIdentifierUpdateHandler function core/modules/views/src/ViewsConfigUpdater.php Processes sort handlers by adding the sort identifier.
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseFieldsUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate
ViewsConfigUpdaterTest::testNeedsFieldNamesForMultivalueBaseUpdateFieldsDeprecation function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsMultivalueBaseFieldUpdate
ViewsConfigUpdaterTest::testNeedsImageLazyLoadFieldUpdate function core/modules/views/tests/src/Kernel/ViewsConfigUpdaterTest.php @covers ::needsImageLazyLoadFieldUpdate
ViewsDataHelper::$fields property core/modules/views/src/ViewsDataHelper.php A prepared list of all fields, keyed by base_table and handler type.
ViewsDataHelper::fetchedFieldSort function core/modules/views/src/ViewsDataHelper.php Sort function for fetched fields.
ViewsDataHelper::fetchFields function core/modules/views/src/ViewsDataHelper.php Fetches a list of all fields available for a given base type.
ViewsDataHelperTest::testFetchFields function core/modules/views/tests/src/Unit/ViewsDataHelperTest.php Tests fetchFields.
ViewsDataIntegrationTest::testContentModerationStateField function core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php Tests the content moderation state views field.
ViewsDataTest::$field property core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php
ViewsDataTest::$fieldStorage property core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php The field storage.
ViewsDataTest::testOptionsFieldViewsData function core/modules/options/tests/src/Kernel/Views/ViewsDataTest.php Tests the option module's implementation of hook_field_views_data().
ViewsEscapingTest::testViewsFieldHeaderEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in a header label on a display table.
ViewsEscapingTest::testViewsViewFieldsEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in the views-view-fields.html.twig.
ViewsField class core/modules/views/src/Annotation/ViewsField.php Defines a Plugin annotation object for views field handlers.
ViewsField.php file core/modules/views/src/Annotation/ViewsField.php
ViewsHandlerInterface::getField function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to get a handler's raw field value.
ViewsIntegrationTest::testViewsAddResponsiveImageField function core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Tests integration with Views.
ViewsMultiValueFieldUpdateTest class core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Tests the update path base class.
ViewsMultiValueFieldUpdateTest.php file core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php
ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php An array of config object names that are excluded from schema checking.
ViewsMultiValueFieldUpdateTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Modules to enable after the database is loaded.
ViewsMultiValueFieldUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Set database dump files to be used.
ViewsMultiValueFieldUpdateTest::testViewsPostUpdateFieldNamesForMultiValueFields function core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php Tests views_post_update_field_names_for_multivalue_fields().
ViewsPluginInterface::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Moves form elements into fieldsets for presentation purposes.
ViewsQueryAlter::$entityFieldManager property core/modules/workspaces/src/ViewsQueryAlter.php The entity field manager.
ViewsTestEntity::$mockedBaseFieldDefinitions property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The mocked base fields for test entity types.
ViewsTestEntity::baseFieldDefinitions function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php
ViewsTestEntity::setMockedBaseFieldDefinitions function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Sets up the mocked base field definitions.
ViewsUIController::reportFields function core/modules/views_ui/src/Controller/ViewsUIController.php Lists all instances of fields on any views.
views_base_field_override_delete function core/modules/views/views.module Implements hook_ENTITY_TYPE_delete().

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