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. 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
ViewsUIController::reportFields function core/modules/views_ui/src/Controller/ViewsUIController.php Lists all instances of fields on any views.
ViewsUiTestFieldHooks class core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldHooks.php Hook implementations for views_ui_test_field.
ViewsUiTestFieldHooks.php file core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldHooks.php
ViewsUiTestFieldHooks::formViewsUiAddHandlerFormAlter function core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldHooks.php Implements hook_form_FORM_ID_alter() for views_ui_add_handler_form.
ViewsUiTestFieldViewsHooks class core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldViewsHooks.php Hook implementations for views_ui_test_field.
ViewsUiTestFieldViewsHooks.php file core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldViewsHooks.php
ViewsUiTestFieldViewsHooks::viewsData function core/modules/views_ui/tests/modules/views_ui_test_field/src/Hook/ViewsUiTestFieldViewsHooks.php Implements hook_views_data().
ViewsViewsHooks::fieldViewsData function core/modules/views/src/Hook/ViewsViewsHooks.php Implements hook_field_views_data().
views_entity_field_label function core/modules/views/views.module Returns the label of a certain field.
views_field_default_views_data function core/modules/views/views.module Default views data implementation for a field.
views_post_update_counter_field_not_sortable function core/modules/views/views.post_update.php Clear cache to apply non-sortable counter field change.
views_ui_test_field.info.yml file core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.info.yml
Vocabulary::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php Returns available fields on the source.
Vocabulary::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php Returns available fields on the source.
VocabularyTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php Returns available fields on the source.
VocabularyTranslation::fields function core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php Returns available fields on the source.
WebAssert::fieldDisabled function core/tests/Drupal/Tests/WebAssert.php Checks that a given form field element is disabled.
WebAssert::fieldEnabled function core/tests/Drupal/Tests/WebAssert.php Checks that a given form field element is enabled.
WebAssert::fieldValueEquals function core/tests/Drupal/Tests/WebAssert.php
WebAssert::hiddenFieldExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field exists.
WebAssert::hiddenFieldNotExists function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field does not exist.
WebAssert::hiddenFieldValueEquals function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field have provided value.
WebAssert::hiddenFieldValueNotEquals function core/tests/Drupal/Tests/WebAssert.php Checks that specific hidden field doesn't have the provided value.
WebAssertTest::testFieldAssertsForButton function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests legacy field asserts for button field type.
WidgetAccessTest::testRequiredFieldNoAccess function core/modules/media_library/tests/src/FunctionalJavascript/WidgetAccessTest.php Tests the widget with a required field that the user can't access.
WidgetBase::$fieldDefinition property core/lib/Drupal/Core/Field/WidgetBase.php The field definition.
WidgetBase::getFieldSetting function core/lib/Drupal/Core/Field/WidgetBase.php Returns the value of a field setting.
WidgetBase::getFieldSettings function core/lib/Drupal/Core/Field/WidgetBase.php Returns the array of field settings.
WidgetPluginManager::$fieldTypeManager property core/lib/Drupal/Core/Field/WidgetPluginManager.php The field type manager to define field.
WizardTest::testWizardFieldLength function core/modules/views_ui/tests/src/Functional/WizardTest.php Tests filling in the wizard with really long strings.
WorkflowResourceTestBase::$patchProtectedFieldNames property core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php The fields that are protected against modification during PATCH requests.
Workspace::baseFieldDefinitions function core/modules/workspaces/src/Entity/Workspace.php Provides base field definitions for an entity type.
WorkspaceAssociation::getIdField function core/modules/workspaces/src/WorkspaceAssociation.php Determines the target ID field name for an entity type.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceForm::getEditedFieldNames function core/modules/workspaces_ui/src/Form/WorkspaceForm.php Gets the names of all fields edited in the form.
WorkspaceResourceTestBase::$patchProtectedFieldNames property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php The fields that are protected against modification during PATCH requests.
WorkspaceResourceTestBase::$uniqueFieldNames property core/modules/workspaces/tests/src/Functional/Rest/WorkspaceResourceTestBase.php A list of fields that need a unique value.
WorkspacesTestHooks::entityBaseFieldInfo function core/modules/workspaces/tests/modules/workspaces_test/src/Hook/WorkspacesTestHooks.php Implements hook_entity_base_field_info().
WorkspaceTest::$patchProtectedFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php The fields that are protected against modification during PATCH requests.
WorkspaceTest::$uniqueFieldNames property core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Fields that need unique values.
WorkspaceTest::getSparseFieldSets function core/modules/jsonapi/tests/src/Functional/WorkspaceTest.php Returns an array of sparse fields sets to test.
WorkspaceTest::testWorkspaceFieldUi function core/modules/workspaces/tests/src/Functional/WorkspaceTest.php Tests adding new fields to workspace entities.
WorkspaceTracker::getIdField function core/modules/workspaces/src/WorkspaceTracker.php Determines the target ID field name for an entity type.
XmlEntityNormalizationQuirksTrait::applyXmlFieldDecodingQuirks function core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php Applies the XML entity field encoding quirks that remain after decoding.
_content_translation_install_field_storage_definitions function core/modules/content_translation/content_translation.module Installs Content Translation's fields for a given entity type.
_editor_get_file_uuids_by_field function core/modules/editor/editor.module Finds all files referenced (data-entity-uuid) by formatted text fields.
_editor_get_formatted_text_fields function core/modules/editor/editor.module Determines the formatted text fields on an entity.
_field_create_entity_from_ids function core/modules/field/field.module Assembles a partial entity structure with initial IDs.
_field_multiple_value_form_sort_helper function core/includes/theme.inc Callback for usort() of field item form elements.
_views_field_get_entity_type_storage function core/modules/views/views.module Determines whether the entity type the field appears in is SQL based.

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