Wraps the component plugin manager.
\Drupal\Core\Block\BlockManagerInterface The plugin manager.
protected function pluginManager() { // @todo Figure out the best way to unify fields and blocks and components // in https://www.drupal.org/node/1875974. return \Drupal::service('plugin.manager.block'); }