| TestPluginDependency |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
Stub class for testing PluginDependencyTrait. |
| TestPluginDependency::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
The module handler. |
| TestPluginDependency::$themeHandler |
property |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
The theme handler. |
| TestPluginDependency::getDependencies |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::moduleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::setModuleHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::setThemeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginDependency::themeHandler |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginDependencyTraitTest.php |
|
| TestPluginForm |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Plugin form test class. |
| TestPluginForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginManager |
class |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
A plugin manager for condition plugins. |
| TestPluginManager |
class |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
Defines a plugin manager used by Plugin API unit tests. |
| TestPluginManager.php |
file |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
| TestPluginManager.php |
file |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
|
| TestPluginManager::__construct |
function |
core/tests/Drupal/Tests/Core/Plugin/TestPluginManager.php |
Constructs a TestPluginManager object. |
| TestPluginManager::__construct |
function |
core/modules/system/tests/modules/plugin_test/src/Plugin/TestPluginManager.php |
|
| TestPluginManagerWithDefaults |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Plugin manager test class with defaults assigned. |
| TestPluginManagerWithDefaults::$defaults |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Stub class for testing PluginSettingsBase. |
| TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
| TestPluginWithForm |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
Test class for form. |
| TestPluginWithForm::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::getFormClass |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::getPluginDefinition |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::getPluginId |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::hasFormClass |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPluginWithForm::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/IconPackExtractorFormTest.php |
|
| TestPreinstallInterface |
interface |
core/tests/Drupal/TestSite/TestPreinstallInterface.php |
Allows running code prior to a test site install. |
| TestPreinstallInterface.php |
file |
core/tests/Drupal/TestSite/TestPreinstallInterface.php |
|
| TestPreinstallInterface::preinstall |
function |
core/tests/Drupal/TestSite/TestPreinstallInterface.php |
Runs code prior to a test site install. |
| TestPrepareLayout |
class |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
Provides an event subscriber for testing section storage alteration. |
| TestPrepareLayout.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
|
| TestPrepareLayout::$layoutTempstoreRepository |
property |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
The layout tempstore repository. |
| TestPrepareLayout::$messenger |
property |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
The messenger service. |
| TestPrepareLayout::getSubscribedEvents |
function |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
|
| TestPrepareLayout::onAfterPrepareLayout |
function |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
Subscriber to test acting after the LB subscriber. |
| TestPrepareLayout::onBeforePrepareLayout |
function |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
Subscriber to test acting before the LB subscriber. |
| TestPrepareLayout::__construct |
function |
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php |
Constructs a new TestPrepareLayout. |
| TestPrivateService |
class |
core/modules/system/tests/modules/services_defaults_test/src/TestPrivateService.php |
A service to test private flag. |
| TestPrivateService.php |
file |
core/modules/system/tests/modules/services_defaults_test/src/TestPrivateService.php |
|
| TestProfilerExtension |
class |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Twig extension to add a test node visitor. |
| TestProfilerExtension.php |
file |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
| TestProfilerExtension::enter |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is entered. |
| TestProfilerExtension::getNodeVisitors |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
|
| TestProfilerExtension::leave |
function |
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php |
Dummy function called when a Twig template is left. |
| TestRequirementsTrait |
trait |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
Allows test classes to require Drupal modules as dependencies. |
| TestRequirementsTrait.php |
file |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
|