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
TestMailCollector class core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php Defines a mail backend that captures sent messages in the state system.
TestMailCollector.php file core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php
TestMailCollector::mail function core/lib/Drupal/Core/Mail/Plugin/Mail/TestMailCollector.php Sends an email message.
TestObject class core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
TestObject::getA function core/modules/serialization/tests/src/Unit/Encoder/XmlEncoderTest.php
TestObjectItem class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines the 'test_object_field' entity field item.
TestObjectItem.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
TestObjectItem::propertyDefinitions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Defines field item properties.
TestObjectItem::schema function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php Returns the schema for the field.
TestObjectItemTest class core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of an object.
TestObjectItemTest.php file core/modules/field/tests/src/Kernel/TestObjectItemTest.php
TestObjectItemTest::$modules property core/modules/field/tests/src/Kernel/TestObjectItemTest.php Modules to enable.
TestObjectItemTest::setUp function core/modules/field/tests/src/Kernel/TestObjectItemTest.php Set the default field storage backend for fields created during tests.
TestObjectItemTest::testTestObjectItem function core/modules/field/tests/src/Kernel/TestObjectItemTest.php Tests the serialization of a field type that has an object.
TestPathBasedBreadcrumbBuilder::setLinkGenerator function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
TestPluginBase::viewsTokenReplace function core/modules/views/tests/src/Kernel/Plugin/PluginBaseTest.php Replaces Views' tokens in a given string. The resulting string will be
sanitized with Xss::filterAdmin.
TestProcessor::$configFactory property core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php Contains the configuration object factory.
TestSessionBag::$storageKey property core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php Key used when persisting the session.
TestSessionBag::getStorageKey function core/modules/system/tests/modules/session_test/src/Session/TestSessionBag.php
TestSetupTrait::$privateFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The private file directory for the test environment.
TestSetupTrait::$publicFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The public file directory for the test environment.
TestSetupTrait::$siteDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The site directory of this test run.
TestSetupTrait::$tempFilesDirectory property core/lib/Drupal/Core/Test/TestSetupTrait.php The temporary file directory for the test environment.
TestSiteInstallCommand::ensureDirectory function core/tests/Drupal/TestSite/Commands/TestSiteInstallCommand.php Ensures that the sites/simpletest directory exists and is writable.
TestSqlBase::getHighWaterStorage function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Get the high water storage object.
TestStateBasedSectionStorage class core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides a test section storage that is controlled by state.
TestStateBasedSectionStorage.php file core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php
TestStateBasedSectionStorage::access function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Overrides \Drupal\Core\Access\AccessibleInterface::access().
TestStateBasedSectionStorage::buildRoutes function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Provides the routes needed for Layout Builder UI.
TestStateBasedSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Derives the available plugin contexts from route values.
TestStateBasedSectionStorage::extractIdFromRoute function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Configures the plugin based on route values.
TestStateBasedSectionStorage::getLayoutBuilderUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used to display the Layout Builder UI.
TestStateBasedSectionStorage::getRedirectUrl function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the URL used when redirecting away from the Layout Builder UI.
TestStateBasedSectionStorage::getSectionList function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the section list.
TestStateBasedSectionStorage::getSectionListFromId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Derives the section list from the storage ID.
TestStateBasedSectionStorage::getSections function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the layout sections.
TestStateBasedSectionStorage::getStorageId function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Returns an identifier for this storage.
TestStateBasedSectionStorage::isApplicable function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Determines if this section storage is applicable for the current contexts.
TestStateBasedSectionStorage::label function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Gets the label for the object using the sections.
TestStateBasedSectionStorage::save function core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php Saves the sections.
TestStorage class core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a test implementation of \Drupal\Core\Config\StorageInterface.
TestStorage::setValue function core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php Provides a setter to bypass the array typehint on ::write().
TestSuiteBase::findExtensionDirectories function core/tests/TestSuites/TestSuiteBase.php Finds extensions in a Drupal installation.
TestThemeNegotiator class core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Tests the theme negotiation functionality.
TestThemeNegotiator.php file core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php
TestThemeNegotiator::applies function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
TestThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/menu_test/src/Theme/TestThemeNegotiator.php Determine the active theme for the request.
TestToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Defines a Test toolkit for image manipulation within Drupal.
TestToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
TestToolkit::$height property core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php The height of the image.

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