You are here

15 calls to WebformAjaxFormTrait::isDialog() in Webform 8.5

WebformConfigEntityDeleteFormBase::getQuestion in src/Form/WebformConfigEntityDeleteFormBase.php
Returns the question to ask the user.
WebformDevelEntityFormApiTestForm::submitForm in modules/webform_devel/src/Form/WebformDevelEntityFormApiTestForm.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…
WebformDialogFormTrait::buildDialogConfirmForm in src/Form/WebformDialogFormTrait.php
Add modal dialog support to a confirm form.
WebformDialogFormTrait::buildDialogDeleteAction in src/Form/WebformDialogFormTrait.php
Build webform dialog delete link.
WebformDialogFormTrait::isAjax in src/Form/WebformDialogFormTrait.php
Returns if webform is using Ajax.
WebformHandlerDeleteForm::getQuestion in src/Form/WebformHandlerDeleteForm.php
Returns the question to ask the user.
WebformHelpVideoForm::buildForm in src/Form/WebformHelpVideoForm.php
Form constructor.
WebformHelpVideoForm::validateForm in src/Form/WebformHelpVideoForm.php
Form validation handler.
WebformSubmissionForm::getCustomForm in src/WebformSubmissionForm.php
Get custom webform which is displayed instead of the webform's elements.
WebformSubmissionNotesForm::form in src/WebformSubmissionNotesForm.php
Gets the actual form array to be built.
WebformTemplatesSubmissionPreviewForm::buildForm in modules/webform_templates/src/WebformTemplatesSubmissionPreviewForm.php
Form constructor.
WebformTemplatesSubmissionPreviewForm::validateForm in modules/webform_templates/src/WebformTemplatesSubmissionPreviewForm.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…
WebformUiElementDeleteForm::getQuestion in modules/webform_ui/src/Form/WebformUiElementDeleteForm.php
Returns the question to ask the user.
WebformVariantApplyForm::getQuestion in src/Form/WebformVariantApplyForm.php
Returns the question to ask the user.
WebformVariantDeleteForm::getQuestion in src/Form/WebformVariantDeleteForm.php
Returns the question to ask the user.