You are here

protected property WebformHandlerBase::$conditionsValidator in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Plugin/WebformHandlerBase.php \Drupal\webform\Plugin\WebformHandlerBase::conditionsValidator

The webform submission (server-side) conditions (#states) validator.

Type: \Drupal\webform\WebformSubmissionConditionsValidator

File

src/Plugin/WebformHandlerBase.php, line 121

Class

WebformHandlerBase
Provides a base class for a webform handler.

Namespace

Drupal\webform\Plugin

Code

protected $conditionsValidator;