You are here

protected property WebformPluginElementController::$moduleHandler in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Controller/WebformPluginElementController.php \Drupal\webform\Controller\WebformPluginElementController::moduleHandler

The module handler.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides ControllerBase::$moduleHandler

File

src/Controller/WebformPluginElementController.php, line 22

Class

WebformPluginElementController
Controller for all webform elements.

Namespace

Drupal\webform\Controller

Code

protected $moduleHandler;