You are here

protected property WebformUiElementFormBase::$elementsValidator in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_ui/src/Form/WebformUiElementFormBase.php \Drupal\webform_ui\Form\WebformUiElementFormBase::elementsValidator

The webform element validator.

Type: \Drupal\webform\WebformEntityElementsValidatorInterface

File

modules/webform_ui/src/Form/WebformUiElementFormBase.php, line 67

Class

WebformUiElementFormBase
Provides a base class for webform element webforms.

Namespace

Drupal\webform_ui\Form

Code

protected $elementsValidator;