BlockManagerInterface.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Block/BlockManagerInterface.php
  2. 10 core/lib/Drupal/Core/Block/BlockManagerInterface.php
  3. 11.x core/lib/Drupal/Core/Block/BlockManagerInterface.php

Namespace

Drupal\Core\Block

File

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.