You are here

protected property BlockViewBuilder::$moduleHandler in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/block/src/BlockViewBuilder.php \Drupal\block\BlockViewBuilder::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides EntityHandlerBase::$moduleHandler

File

core/modules/block/src/BlockViewBuilder.php, line 34
Contains \Drupal\block\BlockViewBuilder.

Class

BlockViewBuilder
Provides a Block view builder.

Namespace

Drupal\block

Code

protected $moduleHandler;