| DeprecatedElementTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php |
|
| DeprecatedElementTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php |
Modules to install. |
| DeprecatedElementTest::testBuildInfo |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php |
Tests that render elements can trigger deprecations in their constructor. |
| DeprecatedElementTest::testDeprecatedStaticMethods |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php |
Test use of static methods trigger deprecations. |
| DeprecatedModuleTestHooks |
class |
core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php |
Hook implementations for deprecated_module_test. |
| DeprecatedModuleTestHooks.php |
file |
core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php |
|
| DeprecatedModuleTestHooks::systemInfoAlter |
function |
core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php |
Implements hook_system_info_alter(). |
| DeprecatedTemplateTest |
class |
core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php |
Tests that the deprecated template is correctly marked. |
| DeprecatedTemplateTest.php |
file |
core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php |
|
| DeprecatedTemplateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php |
The theme to install as the default for testing. |
| DeprecatedTemplateTest::$modules |
property |
core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php |
Modules to install. |
| DeprecatedTemplateTest::testDeprecatedTemplate |
function |
core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php |
Tests that the deprecated template is marked as deprecated. |
| 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_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 |
| DeprecationHandler::isDeprecationTest |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php |
Determines if a test case is a deprecation test. |
| DeprecationHandler::isTestInLegacyGroup |
function |
core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php |
Determines if a test case is part of the 'legacy' group. |
| 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. |
| 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 |
|
| DerivativeDiscoveryDecoratorTest::$discoveryMain |
property |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
The mock main discovery object. |
| DerivativeDiscoveryDecoratorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
|
| DerivativeDiscoveryDecoratorTest::testExistingDerivative |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests derivative definitions when a definition already exists. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcherWithAnnotationObjects |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests getDeriverClass with classed objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests get deriver class with invalid classed definitions. |
| DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with an invalid class. |
| DerivativeDiscoveryDecoratorTest::testNonExistentDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with a non-existent class. |
| DerivativeDiscoveryDecoratorTest::testSingleExistingDerivative |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests a single definition when a derivative already exists. |
| DerivativeTest |
class |
core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php |
Tests that derivative plugins are correctly discovered. |
| DerivativeTest.php |
file |
core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php |
|
| DerivativeTest::testDerivativeDecorator |
function |
core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php |
Tests getDefinitions() and getDefinition() with a derivativeDecorator. |
| DestinationCategoryTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Tests that all migrations are tagged as either content or configuration. |