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 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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
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.module file core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.module This is a test module for deprecated twig templates.
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
deprecated_twig_template_theme function core/modules/system/tests/modules/deprecated_twig_template/deprecated_twig_template.module Implements hook_theme().
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 @coversDefaultClass \Drupal\Component\Utility\DeprecationHelper[[api-linebreak]]
@group Utility
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
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.
DerivativeDiscoveryDecorator class core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Base class providing the tools for a plugin discovery to be derivative aware.
DerivativeDiscoveryDecorator.php file core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::$decorated property core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php The decorated plugin discovery.
DerivativeDiscoveryDecorator::$derivers property core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Plugin derivers.
DerivativeDiscoveryDecorator::clearCachedDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Clears static and persistent plugin definition caches.
DerivativeDiscoveryDecorator::decodePluginId function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Decodes derivative id and plugin id from a string.
DerivativeDiscoveryDecorator::encodePluginId function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Encodes plugin and derivative id's into a string.
DerivativeDiscoveryDecorator::getDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::getDefinitions function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php
DerivativeDiscoveryDecorator::getDerivatives function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Adds derivatives to a list of plugin definitions.
DerivativeDiscoveryDecorator::getDeriver function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets a deriver for a base plugin.
DerivativeDiscoveryDecorator::getDeriverClass function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets the deriver class name from the base plugin definition.
DerivativeDiscoveryDecorator::mergeDerivativeDefinition function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Merges a base and derivative definition, taking into account empty values.
DerivativeDiscoveryDecorator::useCaches function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Disable the use of caches.
DerivativeDiscoveryDecorator::__call function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Passes through all unknown calls onto the decorated object.
DerivativeDiscoveryDecorator::__construct function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Creates a new instance.
DerivativeDiscoveryDecoratorTest class core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Unit tests for the derivative discovery decorator.
DerivativeDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php

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