| Test::defaultConfiguration |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php |
Gets default configuration for this plugin. |
| Test::deprecations |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Returns a page while triggering deprecation notices. |
| Test::dynamicTitle |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
Returns a 'dynamic' title for the '_title_callback' route option. |
| Test::error |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
|
| Test::escapedCharacters |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
|
| Test::escapedScript |
function |
core/modules/system/tests/modules/test_page_test/src/Controller/Test.php |
|
| Test::getMetadata |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php |
Gets the value for a metadata attribute for a given media item. |
| Test::getMetadataAttributes |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php |
Gets a list of metadata attributes provided by this plugin. |
| Test::getPluginDefinition |
function |
core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php |
Gets the definition of the plugin implementation. |
| 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 |
|
| TestableSqlContentEntityStorage::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| TestableSqlContentEntityStorage::$fieldStorageDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| TestableSqlContentEntityStorage::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| 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 |
|
| TestAccessBlock::build |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
|
| TestAccessBlock::create |
function |
core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php |
|
| 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 |
|
| 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 |
|
| TestAction::execute |
function |
core/modules/views/tests/modules/action_bulk_test/src/Plugin/Action/TestAction.php |
|
| 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 |
|