| DefaultPluginManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
|
| DefaultPluginManagerTest::testCacheClearWithTags |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager cache clear with tags. |
| DefaultPluginManagerTest::testCreateInstanceWithInvalidInterfaces |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests plugins without the proper interface. |
| DefaultPluginManagerTest::testCreateInstanceWithJustValidInterfaces |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests plugins with the proper interface. |
| DefaultPluginManagerTest::testDefaultPluginManager |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with no cache and altering. |
| DefaultPluginManagerTest::testDefaultPluginManager |
function |
core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php |
Tests annotations and attributes on the default plugin manager. |
| DefaultPluginManagerTest::testDefaultPluginManagerAnnotationsOnly |
function |
core/tests/Drupal/KernelTests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the deprecation message for using only annotations. |
| DefaultPluginManagerTest::testDefaultPluginManagerNoCache |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with caching disabled. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithAlter |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with no cache and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithDisabledModule |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with a disabled module. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithEmptyCache |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with caching and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithFilledCache |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with caching and altering. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithObjects |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager and object plugin definitions. |
| DefaultPluginManagerTest::testDefaultPluginManagerWithPluginExtendingNonInstalledClass |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager with a plugin that extends a non-installed class. |
| DefaultPluginManagerTest::testGetCacheContexts |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests get cache contexts. |
| DefaultPluginManagerTest::testGetCacheMaxAge |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests get cache max age. |
| DefaultPluginManagerTest::testGetCacheTags |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests get cache tags. |
| DefaultPluginManagerTest::testGetDefinitionPluginNotFoundException |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests the plugin manager behavior for a missing plugin ID. |
| DefaultPluginManagerTest::testGetDefinitionsWithoutRequiredInterface |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests plugins without a required interface. |
| DefaultPluginManagerTest::testProcessDefinition |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests process definition. |
| DefaultPluginManagerTest::testProviderExists |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultPluginManagerTest.php |
Tests provider exists. |
| DefaultRevisionStateTest |
class |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
Tests the correct default revision is set. |
| DefaultRevisionStateTest.php |
file |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
|
| DefaultRevisionStateTest::$entityTypeManager |
property |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
|
| DefaultRevisionStateTest::$modules |
property |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
Modules to install. |
| DefaultRevisionStateTest::assertModerationState |
function |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
Verifies the expected moderation state revision exists. |
| DefaultRevisionStateTest::setUp |
function |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
|
| DefaultRevisionStateTest::testMultilingual |
function |
core/modules/content_moderation/tests/src/Kernel/DefaultRevisionStateTest.php |
Tests a translatable Node. |
| DefaultSingleLazyPluginCollectionTest |
class |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests Drupal\Core\Plugin\DefaultSingleLazyPluginCollection. |
| DefaultSingleLazyPluginCollectionTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
|
| DefaultSingleLazyPluginCollectionTest::setupPluginCollection |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Sets up the default plugin collection. |
| DefaultSingleLazyPluginCollectionTest::testAddInstanceId |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests add instance id. |
| DefaultSingleLazyPluginCollectionTest::testConfigurableSetConfiguration |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests configurable set configuration. |
| DefaultSingleLazyPluginCollectionTest::testGet |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests the get() method. |
| DefaultSingleLazyPluginCollectionTest::testGetInstanceIds |
function |
core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php |
Tests get instance ids. |
| DefaultsSectionStorageTest |
class |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
Tests Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage. |
| DefaultsSectionStorageTest |
class |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage. |
| DefaultsSectionStorageTest.php |
file |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
|
| DefaultsSectionStorageTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
|
| DefaultsSectionStorageTest::$entityTypeManager |
property |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
The entity type manager. |
| DefaultsSectionStorageTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
Modules to install. |
| DefaultsSectionStorageTest::$plugin |
property |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
The plugin. |
| DefaultsSectionStorageTest::$plugin |
property |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
The plugin. |
| DefaultsSectionStorageTest::$sampleEntityGenerator |
property |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
The sample entity generator. |
| DefaultsSectionStorageTest::providerTestAccess |
function |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
Provides test data for ::testAccess(). |
| DefaultsSectionStorageTest::providerTestExtractEntityFromRoute |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Provides data for ::testExtractEntityFromRoute(). |
| DefaultsSectionStorageTest::setUp |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
|
| DefaultsSectionStorageTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
|
| DefaultsSectionStorageTest::testAccess |
function |
core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php |
Tests access. |
| DefaultsSectionStorageTest::testBuildRoutes |
function |
core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php |
Tests build routes. |