| BlockLanguageTest::testMultipleLanguageTypes |
function |
core/modules/block/tests/src/Functional/BlockLanguageTest.php |
Tests block language visibility with different language types. |
| BlockLocalTasksTest |
class |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests block local tasks. |
| BlockLocalTasksTest.php |
file |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
|
| BlockLocalTasksTest::providerTestBlockAdminDisplay |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Provides a list of routes to test. |
| BlockLocalTasksTest::setUp |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
|
| BlockLocalTasksTest::testBlockAdminDisplay |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests the block admin display local tasks. |
| BlockLocalTasksTest::testBlockAdminLocalTasks |
function |
core/modules/block/tests/src/Unit/Menu/BlockLocalTasksTest.php |
Tests the admin edit local task. |
| BlockManagerTest |
class |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests Drupal\Core\Block\BlockManager. |
| BlockManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
|
| BlockManagerTest::$blockManager |
property |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
The block manager under test. |
| BlockManagerTest::$logger |
property |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
The logger. |
| BlockManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
|
| BlockManagerTest::testDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests definitions. |
| BlockManagerTest::testGroupedDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests grouped definitions. |
| BlockManagerTest::testHandlePluginNotFound |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests handle plugin not found. |
| BlockManagerTest::testSortedDefinitions |
function |
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php |
Tests sorted definitions. |
| BlockPageVariantTest |
class |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Tests Drupal\block\Plugin\DisplayVariant\BlockPageVariant. |
| BlockPageVariantTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
|
| BlockPageVariantTest::$blockRepository |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The block repository. |
| BlockPageVariantTest::$blockViewBuilder |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The block view builder. |
| BlockPageVariantTest::$contextHandler |
property |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
The plugin context handler. |
| BlockPageVariantTest::providerBuild |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Provides data to testBuild(). |
| BlockPageVariantTest::setUpDisplayVariant |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Sets up a display variant plugin for testing. |
| BlockPageVariantTest::testBuild |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Tests the building of a full page variant. |
| BlockPageVariantTest::testBuildWithoutMainContent |
function |
core/modules/block/tests/src/Unit/Plugin/DisplayVariant/BlockPageVariantTest.php |
Tests the building of a full page variant with no main content set. |
| BlockPluginHasSettingsTrayFormAccessCheckTest |
class |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests Drupal\settings_tray\Access\BlockPluginHasSettingsTrayFormAccessCheck. |
| BlockPluginHasSettingsTrayFormAccessCheckTest.php |
file |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
|
| BlockPluginHasSettingsTrayFormAccessCheckTest::providerTestAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Provides test data for ::testAccess(). |
| BlockPluginHasSettingsTrayFormAccessCheckTest::testAccess |
function |
core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php |
Tests access. |
| BlockRebuildTest |
class |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
Tests block_rebuild(). |
| BlockRebuildTest.php |
file |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
|
| BlockRebuildTest::$configSchemaCheckerExclusions |
property |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
An array of config object names that are excluded from schema checking. |
| BlockRebuildTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
Modules to install. |
| BlockRebuildTest::setUp |
function |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
|
| BlockRebuildTest::testRebuildInvalidBlocks |
function |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
Tests rebuild invalid blocks. |
| BlockRebuildTest::testRebuildNoBlocks |
function |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
Tests rebuild no blocks. |
| BlockRebuildTest::testRebuildNoInvalidBlocks |
function |
core/modules/block/tests/src/Kernel/BlockRebuildTest.php |
Tests rebuild no invalid blocks. |
| BlockRegionTest |
class |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php |
Tests Drupal\block\Plugin\migrate\process\BlockRegion. |
| BlockRegionTest.php |
file |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php |
|
| BlockRegionTest::testTransformSameThemeRegionExists |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php |
Tests transforming a block with the same theme and an existing region. |
| BlockRegionTest::testTransformSameThemeRegionNotExists |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php |
Tests transforming a block with the same theme and a non-existent region. |
| BlockRegionTest::transform |
function |
core/modules/block/tests/src/Unit/Plugin/migrate/process/BlockRegionTest.php |
Transforms a value through the block_region plugin. |
| BlockRenderOrderTest |
class |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
Tests blocks are being rendered in order by weight. |
| BlockRenderOrderTest.php |
file |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
|
| BlockRenderOrderTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
The theme to install as the default for testing. |
| BlockRenderOrderTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
Modules to install. |
| BlockRenderOrderTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
|
| BlockRenderOrderTest::testBlockRenderOrder |
function |
core/modules/block/tests/src/Functional/BlockRenderOrderTest.php |
Tests the render order of the blocks. |
| BlockRepositoryTest |
class |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
Tests Drupal\block\BlockRepository. |
| BlockRepositoryTest.php |
file |
core/modules/block/tests/src/Unit/BlockRepositoryTest.php |
|