You are here

6 string references to webform_submission.conditions_validator in Webform 6.x

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.
WebformSubmissionViewBuilder::createInstance in src/WebformSubmissionViewBuilder.php
Instantiates a new instance of this entity handler.