BlockManagerInterface.php
Same filename in other branches
Namespace
Drupal\Core\BlockFile
-
core/
lib/ Drupal/ Core/ Block/ BlockManagerInterface.php
View source
<?php
namespace Drupal\Core\Block;
use Drupal\Component\Plugin\CategorizingPluginManagerInterface;
use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface;
use Drupal\Core\Plugin\FilteredPluginManagerInterface;
/**
* Provides an interface for the discovery and instantiation of block plugins.
*/
interface BlockManagerInterface extends ContextAwarePluginManagerInterface, CategorizingPluginManagerInterface, FilteredPluginManagerInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
BlockManagerInterface | Provides an interface for the discovery and instantiation of block plugins. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.