You are here

8 calls to YamlFormDialogTrait::isModalDialog() in YAML Form 8

YamlFormDialogTrait::buildDialog in src/YamlFormDialogTrait.php
Add modal dialog support to a form.
YamlFormDialogTrait::redirectForm in src/YamlFormDialogTrait.php
Handler dialog redirect after form is submitted.
YamlFormDialogTrait::validateDialog in src/YamlFormDialogTrait.php
Display validation error messages in modal dialog.
YamlFormEntityForm::submitForm in src/YamlFormEntityForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
YamlFormSubmissionForm::getCustomForm in src/YamlFormSubmissionForm.php
Get custom form which is displayed instead of the form's elements.
YamlFormSubmissionNotesForm::form in src/YamlFormSubmissionNotesForm.php
Gets the actual form array to be built.
YamlFormTemplatesSubmissionPreviewForm::buildForm in modules/yamlform_templates/src/YamlFormTemplatesSubmissionPreviewForm.php
Form constructor.
YamlFormTemplatesSubmissionPreviewForm::validateForm in modules/yamlform_templates/src/YamlFormTemplatesSubmissionPreviewForm.php
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level…