| TestAction.php |
file |
core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php |
|
| TestAction::access |
function |
core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php |
Checks object access. |
| TestAction::execute |
function |
core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php |
Executes the plugin. |
| TestActionConfirmForm |
class |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
Confirmation form for 'test_action' action. |
| TestActionConfirmForm.php |
file |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
|
| TestActionConfirmForm::getCancelUrl |
function |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
Returns the route to go to if the user cancels the action. |
| TestActionConfirmForm::getFormId |
function |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
Returns a unique string identifying the form. |
| TestActionConfirmForm::getQuestion |
function |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
Returns the question to ask the user. |
| TestActionConfirmForm::submitForm |
function |
core/modules/views/tests/modules/action_bulk_test/src/Form/TestActionConfirmForm.php |
Form submission handler. |
| 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/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php |
|
| TestAttribute |
class |
core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php |
|
| TestAttribute::get |
function |
core/tests/Drupal/Tests/Component/Plugin/Discovery/AttributeBridgeDecoratorTest.php |
Gets the value of an attribute. |
| TestAttributesBlock |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php |
Provides a 'TestAttributes' block. |
| TestAttributesBlock.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php |
|
| TestAttributesBlock::blockForm |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php |
|
| TestAttributesBlock::build |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/Block/TestAttributesBlock.php |
Builds and returns the renderable array for this block plugin. |
| 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. |
| TestBaseFieldDefinitionInterface |
interface |
core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php |
Defines a test interface to mock entity base field definitions. |
| TestBaseFieldDefinitionInterface.php |
file |
core/tests/Drupal/Tests/Core/Field/TestBaseFieldDefinitionInterface.php |
|
| TestBaseInterface |
interface |
core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php |
|
| TestBlockInstantiation |
class |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
Provides a basic block for testing block instantiation and configuration. |
| TestBlockInstantiation.php |
file |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockInstantiation::blockAccess |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
Indicates whether the block should be shown. |
| TestBlockInstantiation::blockForm |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockInstantiation::blockSubmit |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
|
| TestBlockInstantiation::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php |
Builds and returns the renderable array for this block plugin. |