Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
0 / 0 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
<?php | |
/** | |
* @file | |
* Contains \Drupal\Core\Block\BlockManagerInterface. | |
*/ | |
namespace Drupal\Core\Block; | |
use Drupal\Component\Plugin\CategorizingPluginManagerInterface; | |
use Drupal\Core\Plugin\Context\ContextAwarePluginManagerInterface; | |
/** | |
* Provides an interface for the discovery and instantiation of block plugins. | |
*/ | |
interface BlockManagerInterface extends ContextAwarePluginManagerInterface, CategorizingPluginManagerInterface { | |
} |