| EnabledExtensionsValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php |
Tests Enabled Extensions Validator. |
| EnabledExtensionsValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php |
|
| EnabledExtensionsValidatorTest::createExtension |
function |
core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php |
Returns a mocked extension object for a package. |
| EnabledExtensionsValidatorTest::providerExtensionRemoved |
function |
core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php |
Data provider for testExtensionRemoved(). |
| EnabledExtensionsValidatorTest::testExtensionRemoved |
function |
core/modules/package_manager/tests/src/Kernel/EnabledExtensionsValidatorTest.php |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
| EndOfTransactionQueriesTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Tests delaying of cache tag invalidation queries to the end of transactions. |
| EndOfTransactionQueriesTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
|
| EndOfTransactionQueriesTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Modules to install. |
| EndOfTransactionQueriesTest::getStatementsForTable |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Filters statements by table name. |
| EndOfTransactionQueriesTest::isStatementRelatedToTable |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Determines if a statement is relative to a specified table. |
| EndOfTransactionQueriesTest::register |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Registers test-specific services. |
| EndOfTransactionQueriesTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
|
| EndOfTransactionQueriesTest::testEntitySave |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Tests an entity save. |
| EndOfTransactionQueriesTest::testEntitySaveRollback |
function |
core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php |
Tests an entity save rollback. |
| EndpointTest |
class |
core/modules/media/tests/src/Unit/EndpointTest.php |
Tests Drupal\media\OEmbed\Endpoint. |
| EndpointTest.php |
file |
core/modules/media/tests/src/Unit/EndpointTest.php |
|
| EndpointTest::testCaseSensitiveMatch |
function |
core/modules/media/tests/src/Unit/EndpointTest.php |
Tests case sensitive match. |
| EndpointTest::testMatchUrl |
function |
core/modules/media/tests/src/Unit/EndpointTest.php |
Tests match url. |
| EngineNyanCatTest |
class |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
Tests the multi theme engine support. |
| EngineNyanCatTest.php |
file |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
|
| EngineNyanCatTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
The theme to install as the default for testing. |
| EngineNyanCatTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
Modules to install. |
| EngineNyanCatTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
|
| EngineNyanCatTest::testTemplateOverride |
function |
core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php |
Ensures a theme's template is overridable based on the 'template' filename. |
| EngineTwigTest |
class |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests Twig-specific theme functionality. |
| EngineTwigTest.php |
file |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
|
| EngineTwigTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
The theme to install as the default for testing. |
| EngineTwigTest::$modules |
property |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Modules to install. |
| EngineTwigTest::setUp |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
|
| EngineTwigTest::testRenderable |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the rendering of renderables. |
| EngineTwigTest::testTwigAttachLibrary |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the attach of asset libraries. |
| EngineTwigTest::testTwigFileUrls |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the automatic/magic calling of toString() on objects, if exists. |
| EngineTwigTest::testTwigLinkGenerator |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the link_generator Twig functions. |
| EngineTwigTest::testTwigUrlGenerator |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the url and url_generate Twig functions. |
| EngineTwigTest::testTwigUrlToString |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests the magic url to string Twig functions. |
| EngineTwigTest::testTwigVariableDataTypes |
function |
core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php |
Tests that the Twig engine handles PHP data correctly. |
| EnsurePHPStanVersionsMatchTest |
class |
core/tests/PHPStan/tests/EnsurePHPStanVersionsMatchTest.php |
Tests that PHPStan version used for rules testing matches core. |
| EnsurePHPStanVersionsMatchTest.php |
file |
core/tests/PHPStan/tests/EnsurePHPStanVersionsMatchTest.php |
|
| EnsurePHPStanVersionsMatchTest::testVersions |
function |
core/tests/PHPStan/tests/EnsurePHPStanVersionsMatchTest.php |
|
| EntityAccessChecker::$latestRevisionCheck |
property |
core/modules/jsonapi/src/Access/EntityAccessChecker.php |
The latest revision check service. |
| EntityAccessChecker::setLatestRevisionCheck |
function |
core/modules/jsonapi/src/Access/EntityAccessChecker.php |
Sets the media revision access check service. |
| EntityAccessCheckTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Unit test of entity access checking system. |
| EntityAccessCheckTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
|
| EntityAccessCheckTest::createRouteMatchForObject |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Wrap any object with a route match, and return that. |
| EntityAccessCheckTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
|
| EntityAccessCheckTest::testAccess |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests the method for checking access to routes. |
| EntityAccessCheckTest::testAccessWithDifferentRouteParameters |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests access with different route parameters. |
| EntityAccessCheckTest::testAccessWithTypePlaceholder |
function |
core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php |
Tests access with type placeholder. |
| EntityAccessControlHandlerTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
Tests the entity access control handler. |
| EntityAccessControlHandlerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php |
|