| Test::renderTitle |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Renders a page with a title. |
| Test::staticTitle |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Renders a page. |
| Test::unEscapedScript |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
|
| TestAccessBlock |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
Provides a block to test access. |
| TestAccessBlock.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
|
| TestAccessBlock::blockAccess |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
Indicates whether the block should be shown. |
| TestAccessBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestAccessBlock::create |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
Creates an instance of the plugin. |
| TestAccessBlock::getCacheMaxAge |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
The maximum age for which this object may be cached. |
| TestAccessBlock::__construct |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
Tests the test access block. |
| TestAccessCheck |
class |
core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php |
Access check for test routes. |
| TestAccessCheck.php |
file |
core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php |
|
| TestAccessCheck::access |
function |
core/modules/system/tests/modules/router_test_directory/src/Access/TestAccessCheck.php |
Checks access. |
| TestAccessCheckInterface |
interface |
core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
Defines an interface with a defined access() method for mocking. |
| TestAccessCheckInterface::access |
function |
core/tests/Drupal/Tests/Core/Access/AccessManagerTest.php |
|
| TestAccessClass |
class |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestAccessClass::accessFalse |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestAccessClass::accessResultAllowed |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestAccessClass::accessResultForbidden |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestAccessClass::accessTrue |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
|
| TestAccessClass::trustedCallbacks |
function |
core/tests/Drupal/Tests/Core/Render/RendererTest.php |
Lists the trusted callbacks provided by the implementing class. |
| TestAddForm |
class |
core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php |
Test add form. |
| TestAddForm.php |
file |
core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php |
|
| TestAddForm::buildInputElement |
function |
core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php |
Builds the element for submitting source field value(s). |
| TestAddForm::getFormId |
function |
core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php |
Returns a unique string identifying the form. |
| TestAjaxBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php |
Provides a 'TestAjax' block. |
| TestAjaxBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php |
|
| TestAjaxBlock::ajaxCallback |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php |
Ajax callback. |
| TestAjaxBlock::blockForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php |
|
| TestAjaxBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAjaxBlock.php |
Builds and returns the renderable array for this block plugin. |
| TestAnnotation |
class |
core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php |
|
| TestAnnotation::get |
function |
core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php |
Gets the value of an annotation. |
| TestAttribute |
class |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
|
| TestAttributeFilter |
class |
core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php |
A filter that adds a test attribute to any configured HTML tags. |
| TestAttributeFilter.php |
file |
core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php |
|
| TestAttributeFilter::process |
function |
core/modules/ckeditor/tests/modules/src/Plugin/Filter/TestAttributeFilter.php |
Performs the filter processing. |
| TestAuth |
class |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php |
Authentication provider for testing purposes. |
| TestAuth.php |
file |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php |
|
| TestAuth::applies |
function |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php |
Checks whether suitable authentication credentials are on the request. |
| TestAuth::authenticate |
function |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php |
Authenticates the user. |
| TestAuthenticationProvider |
class |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
A simple provider for unit testing AuthenticationCollector. |
| TestAuthenticationProvider::$providerId |
property |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
The provider id. |
| TestAuthenticationProvider::applies |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
Checks whether suitable authentication credentials are on the request. |
| TestAuthenticationProvider::authenticate |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
Authenticates the user. |
| TestAuthenticationProvider::__construct |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
Constructor. |
| TestAuthenticationProviderInterface |
interface |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Helper interface to mock two interfaces at once. |
| TestAuthGlobal |
class |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php |
Global authentication provider for testing purposes. |
| TestAuthGlobal.php |
file |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php |
|
| TestAuthGlobal::applies |
function |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php |
Checks whether suitable authentication credentials are on the request. |
| TestAuthGlobal::authenticate |
function |
core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php |
Authenticates the user. |