| BlockFormTest::$language |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The language manager service. |
| BlockFormTest::$pluginFormFactory |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The plugin form manager. |
| BlockFormTest::$storage |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The block storage. |
| BlockFormTest::$themeHandler |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The theme handler. |
| BlockFormTest::$themeManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The theme manager service. |
| BlockFormTest::getBlockMockWithMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Mocks a block with a block plugin. |
| BlockFormTest::setUp |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
|
| BlockFormTest::testGetUniqueMachineName |
function |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Tests the unique machine name generator. |
| BlockHiddenRegionTest |
class |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
Tests that blocks are not added to hidden regions on theme installation. |
| BlockHiddenRegionTest.php |
file |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
|
| BlockHiddenRegionTest::$adminUser |
property |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
An administrative user to configure the test environment. |
| BlockHiddenRegionTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
The theme to install as the default for testing. |
| BlockHiddenRegionTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
Modules to install. |
| BlockHiddenRegionTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
|
| BlockHiddenRegionTest::testBlockNotInHiddenRegion |
function |
core/modules/block/tests/src/Functional/BlockHiddenRegionTest.php |
Tests that hidden regions do not inherit blocks when a theme is installed. |
| BlockHookOperationTest |
class |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
Tests for Block module regarding hook_entity_operations_alter(). |
| BlockHookOperationTest.php |
file |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
|
| BlockHookOperationTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
The theme to install as the default for testing. |
| BlockHookOperationTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
Modules to install. |
| BlockHookOperationTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
|
| BlockHookOperationTest::testBlockOperationAlter |
function |
core/modules/block/tests/src/Functional/BlockHookOperationTest.php |
Tests the block list to see if the test_operation link is added. |
| BlockHtmlTest |
class |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
Tests block HTML ID validity. |
| BlockHtmlTest.php |
file |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
|
| BlockHtmlTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
The theme to install as the default for testing. |
| BlockHtmlTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
Modules to install. |
| BlockHtmlTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
|
| BlockHtmlTest::testHtml |
function |
core/modules/block/tests/src/Functional/BlockHtmlTest.php |
Tests for valid HTML for a block. |
| BlockInstallTest |
class |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
Tests block module's installation. |
| BlockInstallTest.php |
file |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
|
| BlockInstallTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
The theme to install as the default for testing. |
| BlockInstallTest::testCacheTagInvalidationUponInstallation |
function |
core/modules/block/tests/src/Functional/BlockInstallTest.php |
Tests cache tag invalidation after installing the block module. |
| BlockInterfaceTest |
class |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Tests that the block plugin can work properly without a supporting entity. |
| BlockInterfaceTest.php |
file |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
|
| BlockInterfaceTest::$modules |
property |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Modules to install. |
| BlockInterfaceTest::testBlockInterface |
function |
core/modules/block/tests/src/Kernel/BlockInterfaceTest.php |
Tests configuration and subsequent form() and build() method calls. |
| BlockInvalidRegionTest |
class |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Tests that blocks assigned to invalid regions are disabled with a warning. |
| BlockInvalidRegionTest.php |
file |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
|
| BlockInvalidRegionTest::$configSchemaCheckerExclusions |
property |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
An array of config object names that are excluded from schema checking. |
| BlockInvalidRegionTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
The theme to install as the default for testing. |
| BlockInvalidRegionTest::$modules |
property |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Modules to install. |
| BlockInvalidRegionTest::setUp |
function |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
|
| BlockInvalidRegionTest::testBlockInInvalidRegion |
function |
core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php |
Tests that blocks assigned to invalid regions work correctly. |
| BlockItemsPerPageUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php |
Tests Block Items Per Page Update. |
| BlockItemsPerPageUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php |
|
| BlockItemsPerPageUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php |
Set database dump files to be used. |
| BlockItemsPerPageUpdateTest::testUpdateItemsPerPage |
function |
core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php |
Tests changing an `items_per_page` setting of `none` to NULL. |
| BlockJsonAnonTest |
class |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
Tests Block Json Anon. |
| BlockJsonAnonTest.php |
file |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
|
| BlockJsonAnonTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The theme to install as the default for testing. |
| BlockJsonAnonTest::$format |
property |
core/modules/block/tests/src/Functional/Rest/BlockJsonAnonTest.php |
The format to use in this test. |