You are here

protected property WebformAttachmentController::$elementManager in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_attachment/src/Controller/WebformAttachmentController.php \Drupal\webform_attachment\Controller\WebformAttachmentController::elementManager

The webform element plugin manager.

Type: \Drupal\webform\Plugin\WebformElementManagerInterface

File

modules/webform_attachment/src/Controller/WebformAttachmentController.php, line 33

Class

WebformAttachmentController
Defines a controller to return a webform attachment.

Namespace

Drupal\webform_attachment\Controller

Code

protected $elementManager;