| TestItemWithDependenciesTest::$modules |
property |
core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php |
|
| TestItemWithDependenciesTest::testTestItemWithDependencies |
function |
core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php |
Tests that field types can add dependencies to field config entities. |
| TestItemWithMultipleDescriptions |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithMultipleDescriptions.php |
Defines the 'test_field_with_multiple_descriptions' entity field item. |
| TestItemWithMultipleDescriptions.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithMultipleDescriptions.php |
|
| TestItemWithPreconfiguredOptions |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php |
Defines the 'test_field_with_preconfigured_options' entity field item. |
| TestItemWithPreconfiguredOptions.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php |
|
| TestItemWithPreconfiguredOptions::getPreconfiguredOptions |
function |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php |
|
| TestItemWithSingleDescription |
class |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithSingleDescription.php |
Defines the 'test_field_with_single_description' entity field item. |
| TestItemWithSingleDescription.php |
file |
core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithSingleDescription.php |
|
| TestKernel |
class |
core/lib/Drupal/Core/Test/TestKernel.php |
Kernel that is only used by mock front controllers. |
| TestKernel.php |
file |
core/lib/Drupal/Core/Test/TestKernel.php |
|
| TestKernel::setContainerWithKernel |
function |
core/lib/Drupal/Core/Test/TestKernel.php |
Sets a container with a kernel service on the Drupal class. |
| TestKernel::__construct |
function |
core/lib/Drupal/Core/Test/TestKernel.php |
|
| TestLayoutEntityHelperTrait |
class |
core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php |
Test class using the trait. |
| TestLazyPluginCollection |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Defines a plugin collection which uses fruit plugins. |
| TestLazyPluginCollection.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::$manager |
property |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Stores the plugin manager used by this collection. |
| TestLazyPluginCollection::getConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::initializePlugin |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::setConfiguration |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
|
| TestLazyPluginCollection::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php |
Constructs a TestLazyPluginCollection object. |
| TestLibraryDiscoveryParser |
class |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
Wraps the tested class to mock the external dependencies. |
| TestLibraryDiscoveryParser::$validUris |
property |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
The valid URIs. |
| TestLibraryDiscoveryParser::fileValidUri |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
|
| TestLibraryDiscoveryParser::setFileValidUri |
function |
core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php |
|
| TestLoader |
class |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
A test Twig loader. |
| TestLoader.php |
file |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
| TestLoader::exists |
function |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
| TestLoader::getCacheKey |
function |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
| TestLoader::getSourceContext |
function |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
| TestLoader::isFresh |
function |
core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php |
|
| TestLocalAction |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php |
Defines a test local action plugin class. |
| TestLocalAction.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php |
|
| TestLocalAction4 |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php |
Defines a local action plugin with a dynamic title. |
| TestLocalAction4.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php |
|
| TestLocalAction4::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php |
|
| TestLocalAction5 |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php |
Defines a local action plugin with a dynamic title from user input. |
| TestLocalAction5.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php |
|
| TestLocalAction5::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php |
|
| TestLocalAction::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php |
|
| TestLocalActionManager |
class |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
Stub class for testing LocalActionManager. |
| TestLocalActionManager::__construct |
function |
core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php |
|
| TestLocalActionWithConfig |
class |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
Defines a test local action plugin class. |
| TestLocalActionWithConfig.php |
file |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
|
| TestLocalActionWithConfig::$config |
property |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
|
| TestLocalActionWithConfig::create |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
|
| TestLocalActionWithConfig::getTitle |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
|
| TestLocalActionWithConfig::__construct |
function |
core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php |
Constructs a TestLocalActionWithConfig object. |
| TestLocalTaskController |
class |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php |
A test controller. |
| TestLocalTaskController.php |
file |
core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php |
|