You are here

protected property DynamicRenderProcessor::$moduleHandler in Gutenberg 8.2

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

src/BlockProcessor/DynamicRenderProcessor.php, line 43

Class

DynamicRenderProcessor
Processes blocks which can be rendered dynamically server-side.

Namespace

Drupal\gutenberg\BlockProcessor

Code

protected $moduleHandler;