LocalActionsBlock.php |
file |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
|
LocalActionsBlock::$localActionManager |
property |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
The local action manager. |
LocalActionsBlock::$routeMatch |
property |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
The route match. |
LocalActionsBlock::build |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
Builds and returns the renderable array for this block plugin. |
LocalActionsBlock::create |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
Creates an instance of the plugin. |
LocalActionsBlock::defaultConfiguration |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
|
LocalActionsBlock::__construct |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalActionsBlock.php |
Creates a LocalActionsBlock instance. |
LocalTasksBlock |
class |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
Provides a "Tabs" block to display the local tasks. |
LocalTasksBlock.php |
file |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
LocalTasksBlock::$localTaskManager |
property |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
The local task manager. |
LocalTasksBlock::$routeMatch |
property |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
The route match. |
LocalTasksBlock::blockForm |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
LocalTasksBlock::blockSubmit |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
LocalTasksBlock::build |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
Builds and returns the renderable array for this block plugin. |
LocalTasksBlock::create |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
Creates an instance of the plugin. |
LocalTasksBlock::defaultConfiguration |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
|
LocalTasksBlock::__construct |
function |
core/lib/Drupal/Core/Menu/Plugin/Block/LocalTasksBlock.php |
Creates a LocalTasksBlock instance. |
LocalTasksTest::testLocalTaskBlock |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local task blocks are configurable to show a specific level. |
LocalTasksTest::testLocalTaskBlockCache |
function |
core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php |
Tests that local tasks blocks cache is invalidated correctly. |
MainContentBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php |
The interface for "main page content" blocks. |
MainContentBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php |
|
MainContentBlockPluginInterface::setMainContent |
function |
core/lib/Drupal/Core/Block/MainContentBlockPluginInterface.php |
Sets the main content render array. |
MenuAccessTest::testMenuBlockLinksAccessCheck |
function |
core/modules/system/tests/src/Functional/Menu/MenuAccessTest.php |
Tests menu link for route with access check. |
MenuCacheTagsTest::testMenuBlock |
function |
core/modules/menu_ui/tests/src/Functional/MenuCacheTagsTest.php |
Tests cache tags presence and invalidation of the Menu entity. |
MenuUiJavascriptTest::testBlockContextualLinks |
function |
core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php |
Tests the contextual links on a menu block. |
MenuUiTest::$blockPlacements |
property |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Array of placed menu blocks keyed by block ID. |
MenuUiTest::doTestMenuBlock |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Tests menu block settings. |
menu_ui_block_view_system_menu_block_alter |
function |
core/modules/menu_ui/menu_ui.module |
Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'. |
menu_ui_preprocess_block |
function |
core/modules/menu_ui/menu_ui.module |
Implements hook_preprocess_HOOK() for block templates. |
MessagesBlockPluginInterface |
interface |
core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php |
The interface for "messages" (#type => status_messages) blocks. |
MessagesBlockPluginInterface.php |
file |
core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php |
|
MigrateBlockContentBodyFieldTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php |
Attaches a body field to the custom block type. |
MigrateBlockContentBodyFieldTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php |
|
MigrateBlockContentBodyFieldTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php |
Modules to enable. |
MigrateBlockContentBodyFieldTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php |
|
MigrateBlockContentBodyFieldTest::testBlockContentBodyFieldMigration |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentBodyFieldTest.php |
Tests the block content body field migration. |
MigrateBlockContentEntityDisplayTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
Tests migration of block content body field display configuration. |
MigrateBlockContentEntityDisplayTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
|
MigrateBlockContentEntityDisplayTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
Modules to enable. |
MigrateBlockContentEntityDisplayTest::assertDisplay |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
Asserts a display entity. |
MigrateBlockContentEntityDisplayTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
|
MigrateBlockContentEntityDisplayTest::testMigration |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityDisplayTest.php |
Tests the migrated display configuration. |
MigrateBlockContentEntityFormDisplayTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
Tests migration of block content body field form display configuration. |
MigrateBlockContentEntityFormDisplayTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
|
MigrateBlockContentEntityFormDisplayTest::$modules |
property |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
Modules to enable. |
MigrateBlockContentEntityFormDisplayTest::assertDisplay |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
Asserts a display entity. |
MigrateBlockContentEntityFormDisplayTest::setUp |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
|
MigrateBlockContentEntityFormDisplayTest::testMigration |
function |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentEntityFormDisplayTest.php |
Tests the migrated display configuration. |
MigrateBlockContentStubTest |
class |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php |
Test stub creation for block_content entities. |
MigrateBlockContentStubTest.php |
file |
core/modules/block_content/tests/src/Kernel/Migrate/MigrateBlockContentStubTest.php |
|