| 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::testGetDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests get definitions. |
| 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. |
| DestinationCategoryTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
|
| DestinationCategoryTest::$migrationManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
The migration plugin manager. |
| DestinationCategoryTest::assertCategories |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Asserts that all migrations are tagged as either Configuration or Content. |
| DestinationCategoryTest::getConfigurationClasses |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Get configuration classes. |
| DestinationCategoryTest::getContentClasses |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Get content classes. |
| DestinationCategoryTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
|
| DestinationCategoryTest::testD6Categories |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Tests that all D6 migrations are tagged as either Configuration or Content. |
| DestinationCategoryTest::testD7Categories |
function |
core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php |
Tests that all D7 migrations are tagged as either Configuration or Content. |
| DestinationTest |
class |
core/modules/system/tests/src/Functional/Routing/DestinationTest.php |
Tests for $_GET['destination'] and $_REQUEST['destination'] validation. |
| DestinationTest.php |
file |
core/modules/system/tests/src/Functional/Routing/DestinationTest.php |
|
| DestinationTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Routing/DestinationTest.php |
The theme to install as the default for testing. |
| DestinationTest::$modules |
property |
core/modules/system/tests/src/Functional/Routing/DestinationTest.php |
Modules to install. |
| DestinationTest::testDestination |
function |
core/modules/system/tests/src/Functional/Routing/DestinationTest.php |
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs. |
| DestructableServiceTest |
class |
core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php |
Tests invocation of services performing deferred tasks after response flush. |
| DestructableServiceTest.php |
file |
core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php |
|
| DestructableServiceTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php |
The theme to install as the default for testing. |
| DestructableServiceTest::$modules |
property |
core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php |
Modules to install. |