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
FieldTypePluginManagerTest::testCreateInstance function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testCreateInstanceWithConfig function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests creation of field item instances.
FieldTypePluginManagerTest::testDefaultSettings function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the default settings convenience methods.
FieldTypePluginManagerTest::testGetGroupedDefinitions function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions.
FieldTypePluginManagerTest::testGetGroupedDefinitionsEmpty function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions empty.
FieldTypePluginManagerTest::testGetGroupedDefinitionsInvalid function core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php Tests get grouped definitions invalid.
FieldTypePluginManagerTest::testMainProperty function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests all field items provide an existing main property.
FieldTypePluginManagerTest::testUiDefinitionsPerEntityType function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests UI definitions per entity type.
FieldTypeTest class core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php Tests the Drupal\block_content\Plugin\views\field\Type handler.
FieldTypeTest.php file core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php
FieldTypeTest::$modules property core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php Modules to install.
FieldTypeTest::$testViews property core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php Views used by this test.
FieldTypeTest::setUp function core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php
FieldTypeTest::testFieldType function core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php Tests the field type.
FieldUI class core/modules/field_ui/src/FieldUI.php Static service container wrapper for Field UI.
FieldUI.php file core/modules/field_ui/src/FieldUI.php
FieldUI::getNextDestination function core/modules/field_ui/src/FieldUI.php Returns the next redirect path in a multi-page sequence.
FieldUI::getOverviewRouteInfo function core/modules/field_ui/src/FieldUI.php Returns the route info for the field overview of a given entity bundle.
FieldUI::getRouteBundleParameter function core/modules/field_ui/src/FieldUI.php Gets the route parameter that should be used for Field UI routes.
FieldUIDeleteTest class core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Tests deletion of a field and their dependencies in the UI.
FieldUIDeleteTest.php file core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
FieldUIDeleteTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php The theme to install as the default for testing.
FieldUIDeleteTest::$modules property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Modules to install.
FieldUIDeleteTest::$testViews property core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Test views to enable.
FieldUIDeleteTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php
FieldUIDeleteTest::testDeleteField function core/modules/field_ui/tests/src/Functional/FieldUIDeleteTest.php Tests that deletion removes field storages and fields as expected.
FieldUiHooks class core/modules/field_ui/src/Hook/FieldUiHooks.php Hook implementations for field_ui.
FieldUiHooks.php file core/modules/field_ui/src/Hook/FieldUiHooks.php
FieldUiHooks::entityBundleCreate function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_entity_bundle_create().
FieldUiHooks::entityFormModeDelete function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_delete().
FieldUiHooks::entityFormModePresave function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_presave().
FieldUiHooks::entityOperation function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_entity_operation().
FieldUiHooks::entityTypeBuild function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_entity_type_build().
FieldUiHooks::entityViewModeDelete function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_delete().
FieldUiHooks::entityViewModePresave function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_ENTITY_TYPE_presave().
FieldUiHooks::formAlter function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_form_alter().
FieldUiHooks::formFieldUiFieldStorageAddFormAlter function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_form_FORM_ID_alter() for 'field_ui_field_storage_add_form'.
FieldUiHooks::help function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_help().
FieldUiHooks::localTasksAlter function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_local_tasks_alter().
FieldUiHooks::theme function core/modules/field_ui/src/Hook/FieldUiHooks.php Implements hook_theme().
FieldUIIndentationTest class core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php Tests indentation on Field UI.
FieldUIIndentationTest.php file core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
FieldUIIndentationTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php The theme to install as the default for testing.
FieldUIIndentationTest::$modules property core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php Modules to install.
FieldUIIndentationTest::setUp function core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php
FieldUIIndentationTest::testIndentation function core/modules/field_ui/tests/src/Functional/FieldUIIndentationTest.php Tests that the indentation classes are present in the content type display settings.
FieldUiIntegrationTest class core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php Tests field UI integration for media library widget.
FieldUiIntegrationTest.php file core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php
FieldUiIntegrationTest::$defaultTheme property core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php The theme to install as the default for testing.
FieldUiIntegrationTest::$modules property core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php Modules to install.

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