Search for all

  1. Search 7.x for all
  2. Search 9.5.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
DeprecatedPathHooksTest::testDelete function core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php @covers ::delete[[api-linebreak]]
DeprecatedPathHooksTest::testInsert function core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php @covers ::save[[api-linebreak]]
DeprecatedPathHooksTest::testUpdate function core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php @covers ::save[[api-linebreak]]
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.
DeprecatedServicesTest class core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Tests deprecation of path alias core services and the related BC logic.
DeprecatedServicesTest.php file core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
DeprecatedServicesTest::$modules property core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Modules to enable.
DeprecatedServicesTest::assertServiceClass function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Asserts that the specified service is implemented by the expected class.
DeprecatedServicesTest::assertSharedProperty function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Asserts that a shared property has the expected value.
DeprecatedServicesTest::setServiceClass function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Sets the specified implementation for the service being tested.
DeprecatedServicesTest::setUp function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php
DeprecatedServicesTest::testAliasManagerSharedState function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Test that the new alias manager and the legacy ones share the same state.
DeprecatedServicesTest::testAliasServicesDeprecation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The "path_processor_alias" service is deprecated. Use…
DeprecatedServicesTest::testDecoratorForNewServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testDecoratorForOverriddenServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path_alias_deprecated_test.path.alias_manager.inner" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The \Drupal\Core\Path\AliasManager…
DeprecatedServicesTest::testDefaultImplementations function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testNewServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
DeprecatedServicesTest::testOverriddenServiceImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php @expectedDeprecation The "path.alias_manager" service is deprecated. Use "path_alias.manager" instead. See https://drupal.org/node/3092086
@expectedDeprecation The \Drupal\Core\Path\AliasManager class is deprecated in drupal:8.8.0…
DeprecatedServicesTest::testRegularImplementation function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php No deprecation message expected.
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::deprecationStartTest function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
DeprecationListenerTrait::getSkippedDeprecations function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php A list of deprecations to ignore whilst fixes are put in place.
DeprecationListenerTrait::registerErrorHandler function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Registers an error handler that wraps Symfony's DeprecationErrorHandler.
DeprecationListenerTrait::willBeIsolated function core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php Determines if a test is isolated.
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_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::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

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