service plugin.manager.block in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \plugin.manager.block
Class
Drupal\Core\Block\BlockManager18 string references to plugin.manager.block
- Block::create in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - Creates an instance of the plugin.
- Block::getPluginCollection in core/
modules/ block/ src/ Entity/ Block.php - Encapsulates the creation of the block's LazyPluginCollection.
- BlockComponentRenderArrayTest::setUp in core/
modules/ layout_builder/ tests/ src/ Unit/ BlockComponentRenderArrayTest.php - BlockConfigSchemaTest::setUp in core/
modules/ block/ tests/ src/ Kernel/ BlockConfigSchemaTest.php - BlockContentBlock::create in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Block\BlockManager
- parent: default_plugin_manager
- arguments:
- - '@logger.channel.default'