interface BlockManagerInterface
Provides an interface for the discovery and instantiation of block plugins.
Hierarchy
- interface \Drupal\Component\Plugin\CategorizingPluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface; interface \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface; interface \Drupal\Core\Plugin\FilteredPluginManagerInterface extends \Drupal\Component\Plugin\PluginManagerInterface
- interface \Drupal\Core\Block\BlockManagerInterface extends \Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface \Drupal\Component\Plugin\CategorizingPluginManagerInterface \Drupal\Core\Plugin\FilteredPluginManagerInterface
Expanded class hierarchy of BlockManagerInterface
All classes that implement BlockManagerInterface
8 files declare their use of BlockManagerInterface
- Block.php in core/
modules/ views/ src/ Plugin/ views/ display/ Block.php - BlockContentBlock.php in core/
modules/ block_content/ src/ Plugin/ Block/ BlockContentBlock.php - BlockLibraryController.php in core/
modules/ block/ src/ Controller/ BlockLibraryController.php - CategoryAutocompleteController.php in core/
modules/ block/ src/ Controller/ CategoryAutocompleteController.php - ChooseBlockController.php in core/
modules/ layout_builder/ src/ Controller/ ChooseBlockController.php
File
-
core/
lib/ Drupal/ Core/ Block/ BlockManagerInterface.php, line 12
Namespace
Drupal\Core\BlockView source
interface BlockManagerInterface extends ContextAwarePluginManagerInterface, CategorizingPluginManagerInterface, FilteredPluginManagerInterface {
}