Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
TestBlockInstantiation::blockAccess function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php
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
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::$contexts property core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache contexts.
TestCacheableDependency::$maxAge property core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache maximum age.
TestCacheableDependency::$tags property core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php The cache tags.
TestCacheableDependency::getCacheContexts function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php
TestCacheableDependency::getCacheMaxAge function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php
TestCacheableDependency::getCacheTags function core/tests/Drupal/Tests/Core/Render/TestCacheableDependency.php
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
TestCacheBlock::getCacheContexts function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
TestCacheBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php
TestCacheOptionalBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php Provides a block implementing CacheOptionalInterface to test its caching.
TestCacheOptionalBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestCacheOptionalBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestCacheOptionalBlock::getCacheContexts function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestCacheOptionalBlock::getCacheMaxAge function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheOptionalBlock.php
TestCallables class core/tests/Drupal/Tests/Core/Render/RendererTest.php Mock callable for testing the pre_render callback.
TestCallables::lazyBuilder function 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
TestChildInterface interface core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Test child interface.
TestClass class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides a test class.
TestClass class core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Stub class for testing PluginWithFormsTrait.
TestClass class core/modules/system/tests/modules/service_provider_test/src/TestClass.php Handles kernel events for request and response.
TestClass class core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Test class using the trait.
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
TestClass::destruct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php
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
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
TestClass::__construct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Constructor.
TestClassAttribute class core/modules/system/tests/modules/router_test_directory/src/Controller/TestClassAttribute.php Test controller for class-level Route attribute with method-level merging.
TestClassAttribute.php file core/modules/system/tests/modules/router_test_directory/src/Controller/TestClassAttribute.php
TestClassAttribute::inherits function core/modules/system/tests/modules/router_test_directory/src/Controller/TestClassAttribute.php #[Route(path: '/inherits', name: 'inherits')]
TestClassAttribute::overrides function core/modules/system/tests/modules/router_test_directory/src/Controller/TestClassAttribute.php #[Route(path: '/overrides/{id}', name: 'overrides', requirements: [
'id' => '\\d+',
], options: [
'option_a' => 'from_method',
'option_b' => 'from_method',
], defaults: [
'default_a' => 'from_method',
'default_b' => 'from_method',
], host:…
TestClassAttribute::__invoke function core/modules/system/tests/modules/router_test_directory/src/Controller/TestClassAttribute.php #[Route(name: 'invoke')]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.