| TestToolkit::validateConfigurationForm |
function |
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php |
Form validation handler. |
| TestToolkit::__construct |
function |
core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php |
Constructs a TestToolkit object. |
| TestTrait |
trait |
core/modules/system/tests/src/Traits/TestTrait.php |
A nothing trait, but declared in the Drupal\Tests namespace. |
| TestTrait.php |
file |
core/modules/system/tests/src/Traits/TestTrait.php |
|
| TestTrait::$stuff |
property |
core/modules/system/tests/src/Traits/TestTrait.php |
Random string for a not very interesting trait. |
| TestTrait::getStuff |
function |
core/modules/system/tests/src/Traits/TestTrait.php |
Return a test string to a trait user. |
| TestTranslation |
class |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php |
Provides test media source. |
| TestTranslation.php |
file |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php |
|
| TestTranslation::getMetadata |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php |
Gets the value for a metadata attribute for a given media item. |
| TestTranslationManager |
class |
core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php |
|
| TestTranslationManager |
class |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Implements a translation manager in tests. |
| TestTranslationManager::formatPlural |
function |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Formats a string containing a count of items. |
| TestTranslationManager::translate |
function |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Translates a string to the current language or to a given language. |
| TestTranslationManager::translateString |
function |
core/modules/user/tests/src/Unit/PermissionHandlerTest.php |
Translates a TranslatableMarkup object to a string. |
| TestTranslationManager::__construct |
function |
core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php |
Constructs a TranslationManager object. |
| TestType |
class |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php |
Test workflow type. |
| TestType.php |
file |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php |
|
| TestType::getRequiredStates |
function |
core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/TestType.php |
Gets the required states of workflow type. |
| TestUrl |
class |
core/tests/Drupal/Tests/Core/UrlTest.php |
|
| TestUrl::setAccessManager |
function |
core/tests/Drupal/Tests/Core/UrlTest.php |
Sets the access manager. |
| TestValidatedReferenceConstraint |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php |
Validates referenced entities. |
| TestValidatedReferenceConstraint.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php |
|
| TestValidatedReferenceConstraint::$message |
property |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraint.php |
The default violation message. |
| TestValidatedReferenceConstraintValidator |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php |
Validates referenced entities. |
| TestValidatedReferenceConstraintValidator.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php |
|
| TestValidatedReferenceConstraintValidator::validate |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/TestValidatedReferenceConstraintValidator.php |
|
| TestVarDumper |
class |
core/tests/Drupal/TestTools/TestVarDumper.php |
Provides handlers for the Symfony VarDumper to work within tests. |
| TestVarDumper.php |
file |
core/tests/Drupal/TestTools/TestVarDumper.php |
|
| TestVarDumper::cliHandler |
function |
core/tests/Drupal/TestTools/TestVarDumper.php |
A CLI handler for \Symfony\Component\VarDumper\VarDumper. |
| TestVarDumper::htmlHandler |
function |
core/tests/Drupal/TestTools/TestVarDumper.php |
A HTML handler for \Symfony\Component\VarDumper\VarDumper. |
| TestViewListBuilder |
class |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
|
| TestViewListBuilder::buildOperations |
function |
core/modules/views_ui/tests/src/Unit/ViewListBuilderTest.php |
Builds a renderable list of operation links for the entity. |
| TestViewsLocalTask |
class |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Replaces the applicable views call for easier testability. |
| TestViewsLocalTask::$result |
property |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
|
| TestViewsLocalTask::getApplicableMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Return a list of all views and display IDs that have a menu entry. |
| TestViewsLocalTask::setApplicableMenuViews |
function |
core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php |
Sets applicable views result. |
| TestViewsTest |
class |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
Tests that test views provided by all modules match schema. |
| TestViewsTest.php |
file |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
|
| TestViewsTest::$modules |
property |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
Modules to install. |
| TestViewsTest::setUp |
function |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
|
| TestViewsTest::testDefaultConfig |
function |
core/modules/views/tests/src/Kernel/TestViewsTest.php |
Tests default configuration data type. |
| TestWaitTerminateMiddleware |
class |
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php |
Acquire a lock to signal request termination to the test runner. |
| TestWaitTerminateMiddleware.php |
file |
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php |
|
| TestWaitTerminateMiddleware::handle |
function |
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php |
|
| TestWaitTerminateMiddleware::__construct |
function |
core/lib/Drupal/Core/Test/StackMiddleware/TestWaitTerminateMiddleware.php |
Constructs a test wait terminate stack middleware object. |
| TestWithConstraints |
class |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php |
Provides generic media type. |
| TestWithConstraints.php |
file |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php |
|
| TestWithConstraints::getEntityConstraints |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php |
Gets media source-specific validation constraints for a media item. |
| TestWithConstraints::getSourceFieldConstraints |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php |
Gets media source-specific validation constraints for a source field. |
| TestWithDispatcher |
class |
core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php |
|