Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
TestHookOrderExtraTypes::customHookExtraTypes function core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php This pair tests OrderAfter with ExtraTypes.
TestHookOrderExtraTypes::customHookExtraTypes function core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookOrderExtraTypes.php This pair tests OrderAfter with ExtraTypes.
TestHookRemove class core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php Add a hook here, then remove it with another attribute.
TestHookRemove.php file core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php
TestHookRemove::hookDoNotRun function core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php This hook should not be run because the next hook replaces it.
TestHookRemove::hookDoRun function core/modules/system/tests/modules/hook_test_remove/src/Hook/TestHookRemove.php This hook should run and prevent custom_hook1.
TestHookReorderHookFirst class core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookReorderHookFirst.php This class contains hook implementations.
TestHookReorderHookFirst.php file core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookReorderHookFirst.php
TestHookReorderHookFirst::customHookOverride function core/modules/system/tests/modules/HookCollector/aaa_hook_collector_test/src/Hook/TestHookReorderHookFirst.php This pair tests ReorderHook.
TestHookReorderHookLast class core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookReorderHookLast.php This class contains hook implementations.
TestHookReorderHookLast.php file core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookReorderHookLast.php
TestHookReorderHookLast::customHookOverride function core/modules/system/tests/modules/HookCollector/bbb_hook_collector_test/src/Hook/TestHookReorderHookLast.php This pair tests ReorderHook.
TestHtmlBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php Provides a block to test HTML.
TestHtmlBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php
TestHtmlBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php
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
TestHtmxHooks class core/modules/system/tests/modules/test_htmx/src/Hook/TestHtmxHooks.php Hooks for the test_htmx module.
TestHtmxHooks.php file core/modules/system/tests/modules/test_htmx/src/Hook/TestHtmxHooks.php
TestHtmxHooks::boost function core/modules/system/tests/modules/test_htmx/src/Hook/TestHtmxHooks.php Implements hook_preprocess_HOOK() for html.
TestHtmxHooks::__construct function core/modules/system/tests/modules/test_htmx/src/Hook/TestHtmxHooks.php
TestHttpClientMiddleware class core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php Overrides the User-Agent HTTP header for outbound HTTP requests.
TestHttpClientMiddleware.php file core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php
TestHttpClientMiddleware::__invoke function core/lib/Drupal/Core/Test/HttpClientMiddleware/TestHttpClientMiddleware.php HTTP middleware that replaces the user agent for test requests.
TestHttpMiddlewareClass class core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestHttpMiddlewareClass.php Stub of http_middleware class.
TestHttpMiddlewareClass.php file core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestHttpMiddlewareClass.php
TestHttpMiddlewareClass::handle function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestHttpMiddlewareClass.php
TestHttpMiddlewareClass::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/TestHttpMiddlewareClass.php
testing.info.yml file core/profiles/tests/testing/testing.info.yml core/profiles/tests/testing/testing.info.yml
TESTING.txt file composer/Plugin/VendorHardening/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Plugin.

You can get the full Drupal repo…
TESTING.txt file composer/Generator/TESTING.txt HOW-TO: Test this Drupal composer script

In order to test this script, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Composer/Generator.

You can get the full Drupal…
TESTING.txt file composer/Plugin/ProjectMessage/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Plugin.

You can get the full Drupal repo…
TESTING.txt file composer/Plugin/Scaffold/TESTING.txt HOW-TO: Test this Drupal composer plugin

In order to test this plugin, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Composer/Plugin.

You can get the full Drupal…
TESTING.txt file core/assets/scaffold/TESTING.txt HOW-TO: Test these Drupal scaffold files

In order to test these scaffold files, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests in core/tests/Drupal/Tests/ComposerIntegrationTest.php.

You can get…
TESTING.txt file core/lib/Drupal/Component/Annotation/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/HttpFoundation/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Uuid/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Plugin/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Transliteration/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/FrontMatter/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Version/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Serialization/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/ClassFinder/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/ProxyBuilder/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/EventDispatcher/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Diff/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/FileSystem/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/Gettext/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…
TESTING.txt file core/lib/Drupal/Component/PhpStorage/TESTING.txt HOW-TO: Test this Drupal component

In order to test this component, you'll need to get the entire Drupal repo and
run the tests there.

You'll find the tests under core/tests/Drupal/Tests/Component.

You can get the full Drupal repo…

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