Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search 11.x for to
  6. Other projects
Title Object type File name Summary
TestConfigFactoryOverrideBase class core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Stub class for testing ConfigFactoryOverrideBase.
TestConfigFactoryOverrideBase::addCollections function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::doFilterNestedArray function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::onConfigDelete function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::onConfigRename function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigFactoryOverrideBase::onConfigSave function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php
TestConfigNamesMapper::setConfigFactory function core/modules/config_translation/tests/src/Unit/ConfigNamesMapperTest.php Sets the configuration factory.
TestContextAwareNoValidContextOptionsBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php Provides a context-aware block that uses a not-passed, non-required context.
TestContextAwareNoValidContextOptionsBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php
TestContextAwareNoValidContextOptionsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php
TestController::$token property core/modules/system/tests/modules/token_test/src/Controller/TestController.php The token replacement system.
TestController::$tokenGenerator property core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php Token generator service.
TestController::getCsrfToken function core/modules/system/tests/modules/csrf_race_test/src/Controller/TestController.php Just return generated CSRF token for concurrent requests.
TestController::tokenReplace function core/modules/system/tests/modules/token_test/src/Controller/TestController.php Provides a token replacement with a node as well as the current user.
TestController::tokenReplaceWithoutPassedBubbleableMetadata function core/modules/system/tests/modules/token_test/src/Controller/TestController.php Provides a token replacement with a node as well as the current user.
TestDatabaseTest::providerTestConstructor function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php Data provider for self::testConstructor()
TestDatabaseTest::testConstructor function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php Tests constructor.
TestDatabaseTest::testConstructorException function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php Tests constructor exception.
TestDatabaseTest::testConstructorNullPrefix function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php Verify that a test lock is generated if there is no provided prefix.
TestDiskSpaceValidator class core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php A test version of the disk space validator to bypass system-level functions.
TestDiskSpaceValidator::$freeSpace property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php The amount of free space, keyed by path.
TestDiskSpaceValidator::$sharedDisk property core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Whether the root and vendor directories are on the same logical disk.
TestDiskSpaceValidator::freeSpace function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestDiskSpaceValidator::stat function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestDiskSpaceValidator::temporaryDirectory function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php
TestExtractor class core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractor.php Test plugin implementation of the icon_extractor.
TestExtractor.php file core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractor.php
TestExtractor::discoverIcons function core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractor.php
TestExtractorWithFinder class core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractorWithFinder.php Test plugin implementation of the icon_extractor.
TestExtractorWithFinder.php file core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractorWithFinder.php
TestExtractorWithFinder::discoverIcons function core/modules/system/tests/modules/icon_test/src/Plugin/IconExtractor/TestExtractorWithFinder.php
TestFieldType::calculateStorageDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
TestFilterIterator class core/modules/migrate/tests/src/Kernel/TestFilterIterator.php Class to test FilterIterators.
TestFilterIterator.php file core/modules/migrate/tests/src/Kernel/TestFilterIterator.php
TestFilterIterator::accept function core/modules/migrate/tests/src/Kernel/TestFilterIterator.php
TestHelperPlugin::testSetOptionDefaults function core/modules/views/src/Tests/TestHelperPlugin.php Calls the protected method setOptionDefaults().
TestHelpSection::listSearchableTopics function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php
TestHelpSection::listTopics function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php
TestHelpSection::renderTopicForSearch function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php
TestHelpTopicDeriver class core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php A test discovery deriver for fake help topics.
TestHelpTopicDeriver.php file core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php
TestHelpTopicDeriver::getDerivativeDefinition function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php
TestHelpTopicDeriver::getDerivativeDefinitions function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php
TestHelpTopicPlugin class core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php A fake help topic plugin for testing.
TestHelpTopicPlugin.php file core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getBody function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getCacheContexts function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getCacheMaxAge function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getCacheTags function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHookOrderExtraTypes::customHookExtraTypes function core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php This pair tests OrderAfter with ExtraTypes.

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