| 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 |
|
| TestPluginManagerWithDefaults::$defaults |
property |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
A set of defaults to be referenced by $this->processDefinition(). |
| TestPluginSettingsBase |
class |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
|
| TestPluginSettingsBase::__construct |
function |
core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| 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 |
|
| TestRequirementsTrait::checkModuleRequirements |
function |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
Checks missing module requirements. |
| TestRequirementsTrait::checkRequirements |
function |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
Check module requirements for the Drupal use case. |
| TestRequirementsTrait::getDrupalRoot |
function |
core/tests/Drupal/Tests/TestRequirementsTrait.php |
Returns the Drupal root directory. |
| TestResponseController |
class |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
Controller routines for http_middleware_test routes. |
| TestResponseController.php |
file |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
|
| TestResponseController::testResponse |
function |
core/modules/system/tests/modules/http_middleware_test/src/Controller/TestResponseController.php |
Returns a test response. |
| TestRouteBuilder |
class |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Extends the core route builder with a setter method for the YAML discovery. |
| TestRouteBuilder::$yamlDiscovery |
property |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
The mocked YAML discovery. |
| TestRouteBuilder::getRouteDefinitions |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Retrieves all defined routes from .routing.yml files. |
| TestRouteBuilder::setYamlDiscovery |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Sets the YAML discovery. |
| TestRouteProvider |
class |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
Provides a test entity route provider. |
| TestRouteProvider |
class |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
|
| TestRouteProvider::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
The module handler to invoke hooks on. |
| TestRouteProvider::$stringTranslation |
property |
core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php |
The string translation service. |
| TestRouteProvider::getCandidateOutlines |
function |
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php |
Returns an array of path pattern outlines that could match the path parts. |
| TestRouterInterface |
interface |
core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php |
Provides a router interface that also can match requests. |
| TestRouterInterface.php |
file |
core/tests/Drupal/Tests/Core/Routing/TestRouterInterface.php |
|
| TestRouteSubscriber |
class |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
Provides a callback for route definition. |
| TestRouteSubscriber |
class |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Provides a test route subscriber. |
| TestRouteSubscriber::$applicableViews |
property |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
The applicable views. |
| TestRouteSubscriber::getApplicableViews |
function |
core/modules/views/tests/src/Unit/EventSubscriber/RouteSubscriberTest.php |
Returns all views/display combinations with routes. |
| TestRouteSubscriber::routesFromArray |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
|
| TestRouteSubscriber::routesFromCollection |
function |
core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php |
|