You are here

18 string references to plugin.manager.block in Drupal 8

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.
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.
BlockInterfaceTest::testBlockInterface in core/modules/block/tests/src/Kernel/BlockInterfaceTest.php
Test configuration and subsequent form() and build() method calls.
BlockLibraryController::create in core/modules/block/src/Controller/BlockLibraryController.php
Instantiates a new instance of this class.
CategoryAutocompleteController::create in core/modules/block/src/Controller/CategoryAutocompleteController.php
Instantiates a new instance of this class.
ChooseBlockController::create in core/modules/layout_builder/src/Controller/ChooseBlockController.php
Instantiates a new instance of this class.
ConfigureBlockFormBase::create in core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
Instantiates a new instance of this class.
NegotiationConfigureForm::create in core/modules/language/src/Form/NegotiationConfigureForm.php
Instantiates a new instance of this class.
SectionComponent::pluginManager in core/modules/layout_builder/src/SectionComponent.php
Wraps the component plugin manager.
SectionComponentTest::testToRenderArray in core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php
@covers ::toRenderArray
SectionRenderTest::setUp in core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
settings_tray_preprocess_block in core/modules/settings_tray/settings_tray.module
Implements hook_preprocess_HOOK() for block templates.
SystemMenuBlockTest::setUp in core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php