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 main for all
  6. Other projects
Title Object type File name Summary
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().
DeprecatedUserRoutesSubscriber class core/modules/rest/src/EventSubscriber/DeprecatedUserRoutesSubscriber.php Replace the deprecated user module routes with our own.
DeprecatedUserRoutesSubscriber.php file core/modules/rest/src/EventSubscriber/DeprecatedUserRoutesSubscriber.php
DeprecatedUserRoutesSubscriber::getSubscribedEvents function core/modules/rest/src/EventSubscriber/DeprecatedUserRoutesSubscriber.php
DeprecatedUserRoutesSubscriber::onRouteAlter function core/modules/rest/src/EventSubscriber/DeprecatedUserRoutesSubscriber.php Replace the deprecated controllers on user.module's routes with ours.
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::bootstrap function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php
DeprecationHandler::handle function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Handles a deprecation error.
DeprecationHandler::isIgnoredByProject function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Determines if an actual deprecation is ignored by the project.
DeprecationHandler::legacySymfonyConfiguration function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Returns the legacy configuration provided via Symfony env variable.
DeprecationHandler::preBootstrap function core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php Load configuration and setup.
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.
DeprecationHelperTest.php file core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php
DeprecationHelperTest::deprecatedHelperTestCases function core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php
DeprecationHelperTest::testDeprecationHelper function core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php #[DataProvider('deprecatedHelperTestCases')]
DeprecationHookAttributeTestHooks class core/modules/system/tests/modules/deprecation_hook_attribute_test/src/Hook/DeprecationHookAttributeTestHooks.php Implements hooks for the deprecation hook attribute test.
DeprecationHookAttributeTestHooks.php file core/modules/system/tests/modules/deprecation_hook_attribute_test/src/Hook/DeprecationHookAttributeTestHooks.php
DeprecationHookAttributeTestHooks::deprecatedAlterAlterFirst function core/modules/system/tests/modules/deprecation_hook_attribute_test/src/Hook/DeprecationHookAttributeTestHooks.php Implements hook_deprecated_alter_alter().
DeprecationHookAttributeTestHooks::deprecatedHook function core/modules/system/tests/modules/deprecation_hook_attribute_test/src/Hook/DeprecationHookAttributeTestHooks.php Implements hook_deprecated_hook().
deprecation_hook_attribute_test.info.yml file core/modules/system/tests/modules/deprecation_hook_attribute_test/deprecation_hook_attribute_test.info.yml core/modules/system/tests/modules/deprecation_hook_attribute_test/deprecation_hook_attribute_test.info.yml
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
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

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