| TestBlockInstantiation::blockAccess |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
Indicates whether the block should be shown. |
| TestBlockInstantiation::blockForm |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockInstantiation::blockSubmit |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockInstantiation::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
Builds and returns the renderable array for this block plugin. |
| TestBlockInstantiation::defaultConfiguration |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockPluginWithRefinableDependentAccessInterface |
interface |
core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php |
Test interface for dependent access block plugins. |
| TestCacheableDependency |
class |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
Cacheable dependency object for use in tests. |
| TestCacheableDependency.php |
file |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
|
| TestCacheableDependency::getCacheContexts |
function |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
The cache contexts associated with this object. |
| TestCacheableDependency::getCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
The maximum age for which this object may be cached. |
| TestCacheableDependency::getCacheTags |
function |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
The cache tags associated with this object. |
| TestCacheableDependency::__construct |
function |
core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php |
|
| TestCacheBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
Provides a block to test caching. |
| TestCacheBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
|
| TestCacheBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestCacheBlock::getCacheContexts |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
The cache contexts associated with this object. |
| TestCacheBlock::getCacheMaxAge |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php |
The maximum age for which this object may be cached. |
| TestCallables |
class |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestCallables::preRenderPrinted |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestCallables::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
Lists the trusted callbacks provided by the implementing class. |
| TestChildInterface |
interface |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestClass |
class |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Provides a test class. |
| TestClass |
class |
core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php |
|
| TestClass |
class |
core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php |
|
| TestClass |
class |
core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php |
|
| TestClass |
class |
core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php |
Test class using the trait. |
| TestClass |
class |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
|
| TestClass.php |
file |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
|
| TestClass::$state |
property |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
The state keyvalue collection. |
| TestClass::access |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
|
| TestClass::buildConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php |
Form constructor. |
| TestClass::destruct |
function |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
Performs destruct operations. |
| TestClass::getSubscribedEvents |
function |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
Registers methods as kernel listeners. |
| TestClass::onKernelRequestTest |
function |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
A simple kernel listener method. |
| TestClass::onKernelResponseTest |
function |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
Flags the response in case a rebuild indicator is used. |
| TestClass::submitConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php |
Form submission handler. |
| TestClass::validateConfigurationForm |
function |
core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php |
Form validation handler. |
| TestClass::_getTextContent |
function |
core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php |
|
| TestClass::_setRawContent |
function |
core/tests/Drupal/Tests/Core/Test/AssertContentTraitTest.php |
|
| TestClass::__construct |
function |
core/modules/system/tests/modules/service_provider_test/src/TestClass.php |
Constructor. |
| TestClient |
class |
core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php |
Special client that can return a given response on the first doRequest(). |
| TestClient::$nextResponse |
property |
core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php |
|
| TestClient::doRequest |
function |
core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php |
|
| TestClient::setNextResponse |
function |
core/tests/Drupal/BuildTests/Framework/Tests/DrupalMinkClientTest.php |
|
| TestCompatibilityTrait |
trait |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php |
Makes Drupal's test API forward compatible with multiple versions of PHPUnit. |
| TestCompatibilityTrait |
trait |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php |
Makes Drupal's test API forward compatible with multiple versions of PHPUnit. |
| TestCompatibilityTrait.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php |
|
| TestCompatibilityTrait.php |
file |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php |
|
| TestCompatibilityTrait::assertEqualsCanonicalizing |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/TestCompatibilityTrait.php |
Forward compatibility for assertEqualsCanonicalizing. |
| TestCompatibilityTrait::assertEqualsCanonicalizing |
function |
core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/TestCompatibilityTrait.php |
Forward compatibility for assertEqualsCanonicalizing. |