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
DeprecatedClassesTest::$languageManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$lock property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$state property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::assertDeprecatedConstructorParameter function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Test that deprecation for the \Drupal\Core\Path\AliasManagerInterface.
DeprecatedClassesTest::setUp function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::testAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRawConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\views\Plugin\views\argument_default\Raw::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRequestPathConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Plugin\Condition\RequestPath::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedSystemInformationFormConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Form\SiteInformationForm::__construct[[api-linebreak]]
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…
DeprecatedController class core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Defines a controller that calls a deprecated method.
DeprecatedController.php file core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php
DeprecatedController::deprecatedMethod function core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php Controller callback.
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

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