Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BlockManagerInterface.php

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

... See full list

File

core/lib/Drupal/Core/Block/BlockManagerInterface.php, line 12

Namespace

Drupal\Core\Block
View source
interface BlockManagerInterface extends ContextAwarePluginManagerInterface, CategorizingPluginManagerInterface, FilteredPluginManagerInterface {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal