You are here

service webform_submission.conditions_validator in Webform 6.x

Same name and namespace in other branches
  1. 8.5 webform.services.yml \webform_submission.conditions_validator

Class

Drupal\webform\WebformSubmissionConditionsValidator
6 string references to webform_submission.conditions_validator
Webform::getPages in src/Entity/Webform.php
Get webform wizard pages.
WebformAttachmentBase::create in modules/webform_attachment/src/Plugin/WebformElement/WebformAttachmentBase.php
Creates an instance of the plugin.
WebformHandlerBase::create in src/Plugin/WebformHandlerBase.php
IMPORTANT: Webform handlers are initialized and serialized when they are attached to a webform. Make sure not include any services as a dependency injection that directly connect to the database. This will prevent "LogicException: The database…
WebformSubmissionConditionsValidator::elementValidate in src/WebformSubmissionConditionsValidator.php
Webform conditional #element_validate callback: Execute #element_validate and suppress errors.
WebformSubmissionForm::create in src/WebformSubmissionForm.php
Instantiates a new instance of this class.

... See full list

File

./webform.services.yml
webform.services.yml

View source
  1. class: Drupal\webform\WebformSubmissionConditionsValidator
  2. arguments:
  3. - '@plugin.manager.webform.element'