| Test::httpResponseException |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Throws a HTTP exception. |
| Test::metaRefresh |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Loads a page that does a redirect. |
| Test::renderPage |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Returns a generic page render array for title tests. |
| 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 |
|
| TestableSqlContentEntityStorage |
class |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
A test subclass of SqlContentEntityStorage. |
| TestableSqlContentEntityStorage.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| TestableSqlContentEntityStorage::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Active database connection. |
| TestableSqlContentEntityStorage::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Information about the entity type. |
| TestableSqlContentEntityStorage::$fieldStorageDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The entity type's field storage definitions. |
| TestableSqlContentEntityStorage::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The mapping of field columns to SQL tables. |
| TestableSqlContentEntityStorage::getTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Overrides original SqlContentEntityStorage::getTableMapping(). |
| TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Exposes the protected deleteFromDedicatedTables() method for testing. |
| TestableSqlContentEntityStorage::setTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Sets the table mapping. |
| TestableSqlContentEntityStorage::__construct |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Override the constructor to bypass the parent's constructor. |
| 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 |
Instantiates a new instance of the implementing class using autowiring. |
| TestAccessBlock::getCacheMaxAge |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
|
| 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 |
Test class for mocking the access callback. |
| 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. |
| TestAction |
class |
core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php |
Test action. |
| 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 |
|