Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DeprecatedClassesTest::testPathAliasSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\EventSubscriber\PathAliasSubscriber::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\EventSubscriber\PathSubscriber::__construct[[api-linebreak]]
DeprecatedCleanupTest class core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Verify deprecation errors for the cleanup functions.
DeprecatedCleanupTest.php file core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php
DeprecatedCleanupTest::$modules property core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Modules to enable.
DeprecatedCleanupTest::register function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Registers test-specific services.
DeprecatedCleanupTest::testDeprecatedCleanFunctions function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php @expectedDeprecation simpletest_clean_environment is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Access the environment_cleaner service and call its cleanEnvironment() method, or use…
DeprecatedCsrfTokenController class core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Returns responses for Deprecated CSRF token routes.
DeprecatedCsrfTokenController.php file core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php
DeprecatedCsrfTokenController::$tokenGenerator property core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php The CSRF token generator.
DeprecatedCsrfTokenController::create function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Instantiates a new instance of this class.
DeprecatedCsrfTokenController::csrfToken function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Returns a CSRF using the deprecated 'rest' value protecting session token.
DeprecatedCsrfTokenController::__construct function core/modules/system/tests/modules/csrf_test/src/Controller/DeprecatedCsrfTokenController.php Constructs a new CsrfTokenController object.
DeprecatedModerationStateViewsRelationshipTest class core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test the deprecated views relationships.
DeprecatedModerationStateViewsRelationshipTest.php file core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
DeprecatedModerationStateViewsRelationshipTest::$modules property core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Modules to enable.
DeprecatedModerationStateViewsRelationshipTest::setUp function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php
DeprecatedModerationStateViewsRelationshipTest::testCodeDeprecationModerationStateRelationships function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test the deprecations are triggered when the deprecated code is executed.
DeprecatedModerationStateViewsRelationshipTest::testReportDeprecatedModerationStateRelationships function core/modules/content_moderation/tests/src/Functional/DeprecatedModerationStateViewsRelationshipTest.php Test how the deprecated relationships appear in the UI.
DeprecatedModuleHandlerTest class core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php @coversDefaultClass \Drupal\Core\Extension\ModuleHandler[[api-linebreak]]
@runTestsInSeparateProcesses
DeprecatedModuleHandlerTest.php file core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php
DeprecatedModuleHandlerTest::dependencyProvider function core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php Provider for testing dependency parsing.
DeprecatedModuleHandlerTest::testDependencyParsing function core/tests/Drupal/Tests/Core/Extension/DeprecatedModuleHandlerTest.php @dataProvider dependencyProvider
@covers ::parseDependency[[api-linebreak]]
@expectedDeprecation Drupal\Core\Extension\ModuleHandler::parseDependency is deprecated. Use \Drupal\Core\Extension\Dependency::createFromString() instead. See…
DeprecatedModulesTestTrait trait core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Provides methods remove deprecated modules from tests.
DeprecatedModulesTestTrait.php file core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php
DeprecatedModulesTestTrait::$deprecatedModules property core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php List of deprecated modules names to not be enabled for tests.
DeprecatedModulesTestTrait::$excludeDeprecated property core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Flag to exclude deprecated modules from the tests.
DeprecatedModulesTestTrait::enableModules function core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Overrides \Drupal\KernelTests\KernelTestBase::enableModules().
DeprecatedModulesTestTrait::removeDeprecatedModules function core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Removes deprecated modules from the provided modules.list.
DeprecatedPathHooksTest class core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php @coversDefaultClass \Drupal\Core\Path\AliasStorage[[api-linebreak]]
DeprecatedPathHooksTest.php file core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php
DeprecatedPathHooksTest::$modules property core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php Modules to enable.
DeprecatedPathHooksTest::setUp function core/modules/system/tests/src/Kernel/DeprecatedPathHooksTest.php
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

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