Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
TestContextAwareNoValidContextOptionsBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareNoValidContextOptionsBlock.php Builds and returns the renderable array for this block plugin.
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 @covers ::__construct[[api-linebreak]]
@covers ::getDatabasePrefix[[api-linebreak]]
@covers ::getTestSitePath[[api-linebreak]]
TestDatabaseTest::testConstructorException function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php @covers ::__construct[[api-linebreak]]
TestDatabaseTest::testConstructorNullPrefix function core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php Verify that a test lock is generated if there is no provided prefix.
TestDiscovery::scanDirectory function core/lib/Drupal/Core/Test/TestDiscovery.php Scans a given directory for class files.
TestDiscoveryTest::testScanDirectoryNoAbstract function core/tests/Drupal/Tests/Core/Test/TestDiscoveryTest.php Ensure TestDiscovery::scanDirectory() ignores certain abstract file types.
TestEntityForm::setOperation function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
TestExtensionInstallStorage class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
TestExtensionInstallStorage::getProfile function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Gets the install profile value.
TestFieldType::calculateStorageDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
TestFileTransfer::$shouldIsDirectoryReturnTrue property core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php This is for testing the CopyRecursive logic.
TestFileTransfer::createDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Creates a directory.
TestFileTransfer::factory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Defines a factory method for this class.
TestFileTransfer::isDirectory function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Checks if a particular path is a directory.
TestFileTransfer::removeDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a directory.
TestFileTransferWithSettingsForm::factory function core/modules/update/tests/modules/update_test/src/TestFileTransferWithSettingsForm.php Returns a Drupal\update_test\TestFileTransferWithSettingsForm object.
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_topics/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Returns the IDs of topics that should be indexed for searching.
TestHelpSection::listTopics function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Returns a list of topics to show in the help section.
TestHelpSection::renderTopicForSearch function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Renders one topic for search indexing or search results.
TestHelpTopicDeriver class core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php A test discovery deriver for fake help topics.
TestHelpTopicDeriver.php file core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php
TestHelpTopicDeriver::getDerivativeDefinition function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of a derivative plugin.
TestHelpTopicDeriver::getDerivativeDefinitions function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of all derivatives of a base plugin.
TestHelpTopicPlugin class core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php A fake help topic plugin for testing.
TestHelpTopicPlugin.php file core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getBody function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php Returns the body of the topic.
TestHelpTopicPlugin::getCacheContexts function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The cache contexts associated with this object.
TestHelpTopicPlugin::getCacheMaxAge function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The maximum age for which this object may be cached.
TestHelpTopicPlugin::getCacheTags function core/modules/help_topics/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The cache tags associated with this object.
TestHtmlMailCollector class core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php Defines a mail backend that captures sent HTML messages in the state system.
TestHtmlMailCollector.php file core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php
TestHtmlMailCollector::format function core/modules/system/tests/modules/mail_html_test/src/Plugin/Mail/TestHtmlMailCollector.php Concatenates and wraps the email body for plain-text mails.
TestInstallStorage class core/modules/config/tests/config_test/src/TestInstallStorage.php Tests configuration of profiles, modules and themes.
TestInstallStorage.php file core/modules/config/tests/config_test/src/TestInstallStorage.php
TestInstallStorage::getAllFolders function core/modules/config/tests/config_test/src/TestInstallStorage.php Returns a map of all config object names and their folders.
TestItem::defaultStorageSettings function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Defines the storage-level settings for this plugin.
TestItem::fieldSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.
TestItem::storageSettingsForm function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a form for the storage-level settings.
TestItem::storageSettingsFromConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array in the field type's canonical representation.
TestItem::storageSettingsToConfigData function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php Returns a settings array that can be stored as a configuration value.

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