Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
DeprecatedElementTest::testDeprecatedStaticMethods function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Test use of static methods trigger deprecations.
DeprecatedExtendsFormElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Provides render element that extends deprecated FormElement for testing.
DeprecatedExtendsFormElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php
DeprecatedExtendsFormElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsFormElement.php Returns the element properties for this element.
DeprecatedExtendsRenderElement class core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Provides render element that extends deprecated RenderElement for testing.
DeprecatedExtendsRenderElement.php file core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php
DeprecatedExtendsRenderElement::getInfo function core/modules/system/tests/modules/element_info_test/src/Element/DeprecatedExtendsRenderElement.php Returns the element properties for this element.
DeprecatedModuleTestHooks class core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php Hook implementations for deprecated_module_test.
DeprecatedModuleTestHooks.php file core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php
DeprecatedModuleTestHooks::systemInfoAlter function core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php Implements hook_system_info_alter().
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.
DeprecatedTemplateTest class core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is correctly marked.
DeprecatedTemplateTest.php file core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php
DeprecatedTemplateTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php
DeprecatedTemplateTest::$modules property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php
DeprecatedTemplateTest::testDeprecatedTemplate function core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is marked as deprecated.
DeprecatedTwigTemplateController class core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php Controller for calling a deprecated theme.
DeprecatedTwigTemplateController.php file core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php
DeprecatedTwigTemplateController::deprecatedTwigTemplate function core/modules/system/tests/modules/deprecated_twig_template/src/Controller/DeprecatedTwigTemplateController.php Display the deprecated template with a message.
DeprecatedTwigTemplateHooks class core/modules/system/tests/modules/deprecated_twig_template/src/Hook/DeprecatedTwigTemplateHooks.php Hook implementations for deprecated_twig_template.
DeprecatedTwigTemplateHooks.php file core/modules/system/tests/modules/deprecated_twig_template/src/Hook/DeprecatedTwigTemplateHooks.php
DeprecatedTwigTemplateHooks::theme function core/modules/system/tests/modules/deprecated_twig_template/src/Hook/DeprecatedTwigTemplateHooks.php Implements hook_theme().
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_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
deprecated_twig_template.info.yml file core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.info.yml core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.info.yml
deprecated_twig_template.routing.yml file core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.routing.yml core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.routing.yml
DeprecationHandler class core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Drupal's PHPUnit extension to manage code deprecation.
DeprecationHandler.php file core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php
DeprecationHandler::$deprecationIgnorePatterns property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php A list of deprecation messages that should be ignored if detected.
DeprecationHandler::$enabled property core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Indicates if the extension is enabled.
DeprecationHandler::getConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the extension configuration.
DeprecationHandler::init function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Initializes the extension.
DeprecationHandler::isEnabled function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if the extension is enabled.
DeprecationHandler::isIgnoredDeprecation function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if an actual deprecation should be ignored.
DeprecationHandler::__construct function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php This class should not be instantiated.
DeprecationHelper class core/lib/Drupal/Component/Utility/DeprecationHelper.php Provides a helper method for handling deprecated code paths in projects.
DeprecationHelper.php file core/lib/Drupal/Component/Utility/DeprecationHelper.php
DeprecationHelper::backwardsCompatibleCall function core/lib/Drupal/Component/Utility/DeprecationHelper.php Helper to run a callback based on the installed version of a project.
DeprecationHelperTest class core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php Tests Drupal\Component\Utility\DeprecationHelper.

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