| TestRunnerKernel::boot |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
Boots the current kernel. |
| TestRunnerKernel::createFromRequest |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
Create a DrupalKernel object from a request. |
| TestRunnerKernel::discoverServiceProviders |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
Discovers available serviceProviders. |
| TestRunnerKernel::__construct |
function |
core/lib/Drupal/Core/Test/TestRunnerKernel.php |
Constructs a DrupalKernel object. |
| TestSearchPage |
class |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
|
| TestSearchPage::label |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Gets the label of the entity. |
| TestSearchPage::__construct |
function |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
Constructs an Entity object. |
| TestSectionList |
class |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
|
| TestSectionList::$sections |
property |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
An array of sections. |
| TestSectionList::getSections |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Gets the layout sections. |
| TestSectionList::setSections |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
Stores the information for all sections. |
| TestSectionList::__construct |
function |
core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php |
TestSectionList constructor. |
| TestSelection |
class |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Test EntityReferenceSelection with conditions on the 'reusable' field. |
| TestSelection |
class |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Provides a testing plugin. |
| TestSelection.php |
file |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
|
| TestSelection::$conditionType |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
The condition type. |
| TestSelection::$isReusable |
property |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Whether to set the condition for reusable or non-reusable blocks. |
| TestSelection::buildEntityQuery |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Builds an EntityQuery to get referenceable entities. |
| TestSelection::countReferenceableEntities |
function |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Counts entities that are referenceable. |
| TestSelection::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Gets default configuration for this plugin. |
| TestSelection::getReferenceableEntities |
function |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Gets the list of referenceable entities. |
| TestSelection::setTestMode |
function |
core/modules/block_content/tests/modules/block_content_test/src/Plugin/EntityReferenceSelection/TestSelection.php |
Sets the test mode. |
| TestSelection::validateReferenceableEntities |
function |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Validates which existing entities can be referenced. |
| TestSelectionWithInvalidDefaultConfiguration |
class |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Provides a testing plugin with invalid default configuration. |
| TestSelectionWithInvalidDefaultConfiguration::defaultConfiguration |
function |
core/tests/Drupal/Tests/Core/EntityReferenceSelection/EntityReferenceSelectionUnitTest.php |
Gets default configuration for this plugin. |
| TestServiceComplexMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceComplexMethod |
class |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceComplexMethod::complexMethod |
function |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceComplexMethod::complexMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceMethodWithParameter |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceMethodWithParameter::methodWithParameter |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceNoMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceNoMethod |
class |
core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceProvider |
class |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
Provides special routing services for tests. |
| TestServiceProvider |
class |
core/modules/simpletest/src/TestServiceProvider.php |
Provides special routing services for tests. |
| TestServiceProvider.php |
file |
core/modules/simpletest/src/TestServiceProvider.php |
|
| TestServiceProvider.php |
file |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
|
| TestServiceProvider::$currentTest |
property |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
|
| TestServiceProvider::addRouteProvider |
function |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
Add the on demand rebuild route provider service. |
| TestServiceProvider::alter |
function |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
Modifies existing service definitions. |
| TestServiceProvider::register |
function |
core/tests/Drupal/KernelTests/TestServiceProvider.php |
Registers services to the container. |
| TestServiceReturnReference |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceReturnReference::returnReference |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceSimpleMethod |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceSimpleMethod::method |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithChildInterfaces |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithInterface |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithInterface::testMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithProtectedMethods |
class |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestServiceWithProtectedMethods::privateMethod |
function |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|