You are here

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

Same name and namespace in other branches
  1. 8.5 modules/webform_devel/src/Form/WebformDevelEntityFormApiBaseForm.php \Drupal\webform_devel\Form\WebformDevelEntityFormApiBaseForm::elementManager

The webform element plugin manager.

Type: \Drupal\webform\Plugin\WebformElementManagerInterface

File

modules/webform_devel/src/Form/WebformDevelEntityFormApiBaseForm.php, line 47

Class

WebformDevelEntityFormApiBaseForm
Export a webform's element to Form API (FAPI).

Namespace

Drupal\webform_devel\Form

Code

protected $elementManager;