plugin.manager.block
Same name and namespace in other branches
- 8.9.x core/core.services.yml \plugin.manager.block
- 10 core/core.services.yml \plugin.manager.block
- 11.x core/core.services.yml \plugin.manager.block
Class
Drupal\Core\Block\BlockManager9 string references to plugin.manager.block
- Block::getPluginCollection in core/
modules/ block/ src/ Entity/ Block.php - Encapsulates the creation of the block's LazyPluginCollection.
- 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.
- BlockContentDeletionTest::testDeletingBlockContentShouldClearPluginCache in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentDeletionTest.php - Tests deleting a block_content updates the discovered block plugin.
- BlockContentDeriverTest::testReusableBlocksOnlyAreDerived in core/
modules/ block_content/ tests/ src/ Kernel/ BlockContentDeriverTest.php - Tests that only reusable blocks are derived.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Block\BlockManager
- parent: default_plugin_manager
- arguments:
- - '@logger.channel.default'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.