| NewDefaultThemeBlocksTest::testBlockCollision |
function |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Checks that a theme block is still created when same ID exists. |
| NewDefaultThemeBlocksTest::testNewDefaultThemeBlocks |
function |
core/modules/block/tests/src/Kernel/NewDefaultThemeBlocksTest.php |
Check the blocks are correctly copied. |
| Node::blockDisplayOptions |
function |
core/modules/node/src/Plugin/views/wizard/Node.php |
Retrieves the block display options. |
| NodeBlockFunctionalTest |
class |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
Tests node block functionality. |
| NodeBlockFunctionalTest.php |
file |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
|
| NodeBlockFunctionalTest::$adminUser |
property |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
An administrative user for testing. |
| NodeBlockFunctionalTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
The theme to install as the default for testing. |
| NodeBlockFunctionalTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
Modules to install. |
| NodeBlockFunctionalTest::$webUser |
property |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
An unprivileged user for testing. |
| NodeBlockFunctionalTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
|
| NodeBlockFunctionalTest::testRecentNodeBlock |
function |
core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php |
Tests the recent comments block. |
| NodeBlockHooks |
class |
core/modules/node/src/Hook/NodeBlockHooks.php |
Block hook implementations for node. |
| NodeBlockHooks.php |
file |
core/modules/node/src/Hook/NodeBlockHooks.php |
|
| NodeBlockHooks::blockAlter |
function |
core/modules/node/src/Hook/NodeBlockHooks.php |
Implements hook_block_alter(). |
| NodeContextTestBlock |
class |
core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php |
Provides a 'Node Context Test' block. |
| NodeContextTestBlock.php |
file |
core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php |
|
| NodeContextTestBlock::build |
function |
core/modules/node/tests/modules/node_block_test/src/Plugin/Block/NodeContextTestBlock.php |
Builds and returns the renderable array for this block plugin. |
| NodeSyndicateBlockTest |
class |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
Tests if the syndicate block is available. |
| NodeSyndicateBlockTest.php |
file |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
|
| NodeSyndicateBlockTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
The theme to install as the default for testing. |
| NodeSyndicateBlockTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
Modules to install. |
| NodeSyndicateBlockTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
|
| NodeSyndicateBlockTest::testSyndicateBlock |
function |
core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php |
Tests that the "Syndicate" block is shown when enabled. |
| NodeThemeHooks::preprocessBlock |
function |
core/modules/node/src/Hook/NodeThemeHooks.php |
Implements hook_preprocess_HOOK() for block templates. |
| NodeUserHooks::userCancelBlockUnpublish |
function |
core/modules/node/src/Hook/NodeUserHooks.php |
Implements hook_user_cancel(). |
| node_block_test.info.yml |
file |
core/modules/node/tests/modules/node_block_test/node_block_test.info.yml |
core/modules/node/tests/modules/node_block_test/node_block_test.info.yml |
| NonDefaultBlockAdminTest |
class |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
Tests the block administration page for a non-default theme. |
| NonDefaultBlockAdminTest.php |
file |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
|
| NonDefaultBlockAdminTest::$defaultTheme |
property |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
The theme to install as the default for testing. |
| NonDefaultBlockAdminTest::$modules |
property |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
Modules to install. |
| NonDefaultBlockAdminTest::setUp |
function |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
|
| NonDefaultBlockAdminTest::testNonDefaultBlockAdmin |
function |
core/modules/block/tests/src/Functional/NonDefaultBlockAdminTest.php |
Tests non-default theme admin. |
| OliveroTest::testPreprocessBlock |
function |
core/tests/Drupal/FunctionalTests/Theme/OliveroTest.php |
Tests that olivero_preprocess_block is functioning as expected. |
| olivero_preprocess_block |
function |
core/themes/olivero/olivero.theme |
Implements hook_preprocess_HOOK() for block. |
| olivero_theme_suggestions_block_alter |
function |
core/themes/olivero/olivero.theme |
Implements hook_theme_suggestions_HOOK_alter() for block(). |
| OverriddenConfigurationTest::assertOverriddenBlockDisabled |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Asserts that an overridden block has Settings Tray disabled. |
| OverriddenConfigurationTest::testOverriddenBlock |
function |
core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php |
Tests that blocks with configuration overrides are disabled. |
| PageTitleBlock |
class |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
Provides a block to display the page title. |
| PageTitleBlock.php |
file |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
|
| PageTitleBlock::$title |
property |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
The page title: a string (plain title) or a render array (formatted title). |
| PageTitleBlock::build |
function |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
Builds and returns the renderable array for this block plugin. |
| PageTitleBlock::defaultConfiguration |
function |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
Gets default configuration for this plugin. |
| PageTitleBlock::setTitle |
function |
core/lib/Drupal/Core/Block/Plugin/Block/PageTitleBlock.php |
Sets the title. |
| PlaceBlock |
class |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Places a block in either the admin or default theme. |
| PlaceBlock.php |
file |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
|
| PlaceBlock::apply |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Applies the config action. |
| PlaceBlock::create |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
Creates an instance of the plugin. |
| PlaceBlock::__construct |
function |
core/modules/block/src/Plugin/ConfigAction/PlaceBlock.php |
|
| PlaceBlockDeriver |
class |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
Defines a deriver for the `placeBlock` config action. |
| PlaceBlockDeriver.php |
file |
core/modules/block/src/Plugin/ConfigAction/PlaceBlockDeriver.php |
|