You are here

protected property Gutenberg::$moduleHandler in Gutenberg 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/Editor/Gutenberg.php \Drupal\gutenberg\Plugin\Editor\Gutenberg::moduleHandler

The module handler to invoke hooks on.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

File

src/Plugin/Editor/Gutenberg.php, line 38

Class

Gutenberg
Defines a Gutenberg-based text editor for Drupal.

Namespace

Drupal\gutenberg\Plugin\Editor

Code

protected $moduleHandler;