32 string references to plugin.manager.block in Drupal 10
- Block::create in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - 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 - BlockContent::invalidateBlockPluginCache in core/
modules/ block_content/ src/ Entity/ BlockContent.php - Invalidates the block plugin cache after changes and deletions.
- BlockContentBlock::create in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - 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 - Tests 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.
- BlockUiTest::testCandidateBlockList in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests the block categories on the listing page.
- BlockUiTest::testContextAwareBlocks in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests the behavior of context-aware blocks.
- BlockUiTest::testContextAwareUnsatisfiedBlocks in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - Tests the behavior of unsatisfied context-aware blocks.
- CategoryAutocompleteController::create in core/
modules/ block/ src/ Controller/ CategoryAutocompleteController.php - 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.
- ContextDefinitionTest::testConstraints in core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Annotation/ ContextDefinitionTest.php - Tests adding constraints via annotations.
- ContextualFiltersBlockContextTest::testBlockContext in core/
modules/ views/ tests/ src/ Functional/ Plugin/ ContextualFiltersBlockContextTest.php - Tests exposed context.
- layout_builder_field_config_delete in core/
modules/ layout_builder/ layout_builder.module - Implements hook_field_config_delete().
- layout_builder_field_config_insert in core/
modules/ layout_builder/ layout_builder.module - Implements hook_field_config_insert().
- Menu::delete in core/
modules/ system/ src/ Entity/ Menu.php - Deletes an entity permanently.
- Menu::save in core/
modules/ system/ src/ Entity/ Menu.php - Saves an entity permanently.
- MultipleBlockFormTest::testMultipleForms in core/
tests/ Drupal/ KernelTests/ Core/ Block/ MultipleBlockFormTest.php - Tests that blocks can have multiple forms.
- 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.
- StatisticsReportsTest::testPopularContentBlock in core/
modules/ statistics/ tests/ src/ Functional/ StatisticsReportsTest.php - Tests the "popular content" block.
- StatisticsSettingsForm::submitForm in core/
modules/ statistics/ src/ StatisticsSettingsForm.php - Form submission handler.
- SystemMenuBlockTest::setUp in core/
modules/ system/ tests/ src/ Kernel/ Block/ SystemMenuBlockTest.php - views_invalidate_cache in core/
modules/ views/ views.module - Invalidate the views cache, forcing a rebuild on the next grab of table data.