You are here

protected property WebformAttachmentController::$elementManager in Webform 8.5

Same name and namespace in other branches
  1. 6.x 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 35

Class

WebformAttachmentController
Defines a controller to return a webform attachment.

Namespace

Drupal\webform_attachment\Controller

Code

protected $elementManager;