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. Other projects
Title Object type File name Summary
DeprecatedEntityStorage::setEntityClass function core/modules/system/tests/modules/entity_test_deprecated_storage/src/Storage/DeprecatedEntityStorage.php Sets the entity class via deprecated means.
DeprecatedJqueryFormTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php Checks the deprecation status of jQuery.form.
DeprecatedJqueryFormTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php
DeprecatedJqueryFormTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php The library discovery service.
DeprecatedJqueryFormTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php
DeprecatedJqueryFormTest::testJqueryFormDeprecation function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php Tests that the jQuery.form library is deprecated.
DeprecatedJqueryUiAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php Checks the deprecation status and contents of jQuery UI libraries.
DeprecatedJqueryUiAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php
DeprecatedJqueryUiAssetsTest::testDeprecatedJqueryUi function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryUiAssetsTest.php Confirm deprecation status and contents of jQuery UI libraries.
DeprecatedServicePass class core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php Sets the _deprecated_service_list parameter.
DeprecatedServicePass.php file core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php
DeprecatedServicePass::process function core/lib/Drupal/Core/DependencyInjection/Compiler/DeprecatedServicePass.php
DeprecatedServicePropertyTrait trait core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Provides a standard way to announce deprecated properties.
DeprecatedServicePropertyTrait.php file core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php
DeprecatedServicePropertyTrait::__get function core/lib/Drupal/Core/DependencyInjection/DeprecatedServicePropertyTrait.php Allows to access deprecated/removed properties.
deprecated_code.php file core/tests/fixtures/deprecated_code.php
deprecated_module.info.yml file core/modules/system/tests/modules/deprecated_module/deprecated_module.info.yml core/modules/system/tests/modules/deprecated_module/deprecated_module.info.yml
deprecated_module.schema.yml file core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml core/modules/system/tests/modules/deprecated_module/config/schema/deprecated_module.schema.yml
deprecated_module.settings.yml file core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml core/modules/system/tests/modules/deprecated_module/config/install/deprecated_module.settings.yml
deprecated_module_contrib.info.yml file core/modules/system/tests/modules/deprecated_module_contrib/deprecated_module_contrib.info.yml core/modules/system/tests/modules/deprecated_module_contrib/deprecated_module_contrib.info.yml
deprecated_module_dependency.info.yml file core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml core/modules/system/tests/modules/deprecated_module_dependency/deprecated_module_dependency.info.yml
deprecated_module_test.info.yml file core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.info.yml core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.info.yml
deprecated_module_test.module file core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.module Deprecated module test module.
deprecated_module_test_system_info_alter function core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.module Implements hook_system_info_alter().
deprecated_module_with_non_deprecated_dependency.info.yml file core/modules/system/tests/modules/deprecated_module_with_non_deprecated_dependency/deprecated_module_with_non_deprecated_dependency.info.yml core/modules/system/tests/modules/deprecated_module_with_non_deprecated_dependency/deprecated_module_with_non_deprecated_dependency.info.yml
deprecated_theme_test.info.yml file core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml
DeprecationListenerTrait trait core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Removes deprecations that we are yet to fix.
DeprecationListenerTrait.php file core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
DeprecationListenerTrait::$previousHandler property core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php The previous error handler.
DeprecationListenerTrait::deprecationEndTest function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Reacts to the end of a test.
DeprecationListenerTrait::getSkippedDeprecations function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php A list of deprecations to ignore whilst fixes are put in place.
DeprecationListenerTrait::isDeprecationSkipped function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Determines if a deprecation error should be skipped.
DeprecationListenerTrait::registerErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Registers an error handler that wraps Symfony's DeprecationErrorHandler.
DeprecationListenerTrait::removeErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Removes the error handler if registered.
deprecation_test.alias service core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml Alias of deprecation_test.service
deprecation_test.info.yml file core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml
deprecation_test.module file core/modules/system/tests/modules/deprecation_test/deprecation_test.module Contains functions for testing calling deprecated functions in tests.
deprecation_test.routing.yml file core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml
deprecation_test.service service core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml Drupal\deprecation_test\Deprecation\FixtureDeprecatedClass
deprecation_test.services.yml file core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml core/modules/system/tests/modules/deprecation_test/deprecation_test.services.yml
deprecation_test_deprecated_alter_alter function core/modules/system/tests/modules/deprecation_test/deprecation_test.module Implements hook_deprecated_alter_alter().
deprecation_test_deprecated_hook function core/modules/system/tests/modules/deprecation_test/deprecation_test.module Implements hook_deprecated_hook().
deprecation_test_function function core/modules/system/tests/modules/deprecation_test/deprecation_test.module A deprecated function.
Depth class core/modules/comment/src/Plugin/views/field/Depth.php Field handler to display the depth of a comment.
Depth.php file core/modules/comment/src/Plugin/views/field/Depth.php
Depth::getItems function core/modules/comment/src/Plugin/views/field/Depth.php Gets an array of items for the field.
DerivablePluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Provides an interface for a derivable plugin definition.
DerivablePluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php
DerivablePluginDefinitionInterface::getDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Gets the name of the deriver of this plugin definition, if it exists.
DerivablePluginDefinitionInterface::setDeriver function core/lib/Drupal/Component/Plugin/Definition/DerivablePluginDefinitionInterface.php Sets the deriver of this plugin definition.

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