| BlockListBuilder::buildForm |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::createInstance |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::getDefaultOperations |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::getEntityIds |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::getFormId |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::getThemeName |
function |
core/modules/block/src/BlockListBuilder.php |
Gets the name of the theme used for this block listing. |
| BlockListBuilder::render |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::submitForm |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::systemRegionList |
function |
core/modules/block/src/BlockListBuilder.php |
Wraps system_region_list(). |
| BlockListBuilder::validateForm |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListBuilder::__construct |
function |
core/modules/block/src/BlockListBuilder.php |
|
| BlockListController |
class |
core/modules/block/src/Controller/BlockListController.php |
Defines a controller to list blocks. |
| BlockListController.php |
file |
core/modules/block/src/Controller/BlockListController.php |
|
| BlockListController::$themeHandler |
property |
core/modules/block/src/Controller/BlockListController.php |
The theme handler. |
| BlockListController::listing |
function |
core/modules/block/src/Controller/BlockListController.php |
Shows the block administration page. |
| BlockListController::__construct |
function |
core/modules/block/src/Controller/BlockListController.php |
Constructs the BlockListController. |
| 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. |
| BlockManager |
class |
core/lib/Drupal/Core/Block/BlockManager.php |
Manages discovery and instantiation of block plugins. |
| BlockManager.php |
file |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::$logger |
property |
core/lib/Drupal/Core/Block/BlockManager.php |
The logger. |
| BlockManager::getFallbackPluginId |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::getSortedDefinitions |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::getType |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::handlePluginNotFound |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::processDefinition |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
|
| BlockManager::__construct |
function |
core/lib/Drupal/Core/Block/BlockManager.php |
Constructs a new \Drupal\Core\Block\BlockManager object. |
| BlockManagerInterface |
interface |
core/lib/Drupal/Core/Block/BlockManagerInterface.php |
Provides an interface for the discovery and instantiation of block plugins. |
| BlockManagerInterface.php |
file |
core/lib/Drupal/Core/Block/BlockManagerInterface.php |
|
| 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. |
| BlockPageDisplayVariantSubscriber |
class |
core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php |
Selects the block page display variant. |
| BlockPageDisplayVariantSubscriber.php |
file |
core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php |
|
| BlockPageDisplayVariantSubscriber::getSubscribedEvents |
function |
core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php |
|
| BlockPageDisplayVariantSubscriber::onSelectPageDisplayVariant |
function |
core/modules/block/src/EventSubscriber/BlockPageDisplayVariantSubscriber.php |
Selects the block page display variant. |
| BlockPageVariant |
class |
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php |
Provides a page display variant that decorates the main content with blocks. |
| BlockPageVariant.php |
file |
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php |
|
| BlockPageVariant::$blockListCacheTags |
property |
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php |
The Block entity type list cache tags. |
| BlockPageVariant::$blockRepository |
property |
core/modules/block/src/Plugin/DisplayVariant/BlockPageVariant.php |
The block repository. |