Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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::getNextDestination function core/modules/field_ui/src/FieldUI.php Returns the next redirect path in a multi-page sequence.
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::manageFieldFormSubmit function core/modules/field_ui/src/Hook/FieldUiHooks.php Form submission handler for the 'Save and manage fields' button.
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.
FieldUiIntegrationTest::$strictConfigSchema property core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php Set to TRUE to strict check all configuration saved.
FieldUiIntegrationTest::setUp function core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php
FieldUiIntegrationTest::testFieldUiIntegration function core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php Tests field UI integration for media library widget.
FieldUiJSTestTrait trait core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Provides common functionality for the Field UI tests that depend on JS.
FieldUiJSTestTrait.php file core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php
FieldUiJSTestTrait::fieldUIAddExistingFieldJS function core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Adds an existing field through the Field UI.
FieldUiJSTestTrait::fieldUIAddNewFieldJS function core/modules/field_ui/tests/src/Traits/FieldUiJSTestTrait.php Creates a new field through the Field UI.
FieldUiLocalAction::getDerivativeDefinitions function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php Gets the definition of all derivatives of a base plugin.
FieldUiLocalAction::__construct function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php Constructs a FieldUiLocalAction object.
FieldUiLocalTask class core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php Provides local task definitions for all entity bundles.

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