Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
FieldTypePluginManagerInterface::getPreconfiguredOptions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Returns preconfigured field options for a field type.
FieldTypePluginManagerInterface::getUiDefinitions function core/lib/Drupal/Core/Field/FieldTypePluginManagerInterface.php Gets the definition of all field types that can be added via UI.
FieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests the field type manager.
FieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php
FieldTypePluginManagerTest::enableAllCoreModules function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Enable all core modules.
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::testMainProperty function core/modules/field/tests/src/Kernel/FieldTypePluginManagerTest.php Tests all field items provide an existing main property.
FieldTypeTest class core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php Tests the Drupal\block_content\Plugin\views\field\Type handler.
FieldTypeTest.php file core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
FieldTypeTest::$defaultTheme property core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php The theme to install as the default for testing.
FieldTypeTest::$testViews property core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php Views used by this test.
FieldTypeTest::testFieldType function core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
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 multipage 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.
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
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 enable.
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.
FieldUiLocalAction class core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php Provides local action definitions for all entity bundles.
FieldUiLocalAction.php file core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php
FieldUiLocalAction::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The entity type manager.
FieldUiLocalAction::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php The route provider to load routes by name.
FieldUiLocalAction::create function core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalAction.php Creates a new class instance.
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.
FieldUiLocalTask.php file core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php
FieldUiLocalTask::$entityDisplayRepository property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity display repository.
FieldUiLocalTask::$entityTypeManager property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The entity type manager.
FieldUiLocalTask::$routeProvider property core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php The route provider.

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