| BlockFormTest |
class |
core/modules/block/tests/src/Unit/BlockFormTest.php |
Tests Drupal\block\BlockForm. |
| BlockFormTest.php |
file |
core/modules/block/tests/src/Unit/BlockFormTest.php |
|
| BlockFormTest::$blockRepository |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The block repository. |
| BlockFormTest::$conditionManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The condition plugin manager. |
| BlockFormTest::$contextHandler |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The mocked context handler. |
| BlockFormTest::$contextRepository |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The mocked context repository. |
| BlockFormTest::$entityTypeManager |
property |
core/modules/block/tests/src/Unit/BlockFormTest.php |
The entity type manager. |
| 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. |
| BlockHasOverridesAccessCheck |
class |
core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php |
Determines whether the requested block has a 'settings_tray' form. |
| BlockHasOverridesAccessCheck.php |
file |
core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php |
|
| BlockHasOverridesAccessCheck::access |
function |
core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php |
Checks access for accessing a block's 'settings_tray' form. |
| 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. |
| BlockHooks |
class |
core/modules/block/src/Hook/BlockHooks.php |
Hook implementations for block. |
| BlockHooks.php |
file |
core/modules/block/src/Hook/BlockHooks.php |
|
| BlockHooks::blockBuildLocalActionsBlockAlter |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_block_build_BASE_BLOCK_ID_alter(). |
| BlockHooks::configurableLanguageDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for 'configurable_language'. |
| BlockHooks::help |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_help(). |
| BlockHooks::menuDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for menu entities. |
| BlockHooks::modulesInstalled |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_modules_installed(). |
| BlockHooks::pageTop |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_page_top(). |
| BlockHooks::preprocessBlock |
function |
core/modules/block/src/Hook/BlockHooks.php |
Prepares variables for block templates. |
| BlockHooks::rebuild |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_rebuild(). |
| BlockHooks::theme |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_theme(). |
| BlockHooks::themeInitialize |
function |
core/modules/block/src/Hook/BlockHooks.php |
Assigns an initial, default set of blocks for a theme. |
| BlockHooks::themesInstalled |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_themes_installed(). |
| BlockHooks::userRoleDelete |
function |
core/modules/block/src/Hook/BlockHooks.php |
Implements hook_ENTITY_TYPE_delete() for user_role entities. |
| 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 |
|