You are here

abstract protected function WebformAjaxFormTrait::isAjax in Webform 8.5

Same name and namespace in other branches
  1. 6.x src/Form/WebformAjaxFormTrait.php \Drupal\webform\Form\WebformAjaxFormTrait::isAjax()

Returns if webform is using Ajax.

Return value

bool TRUE if webform is using Ajax.

1 call to WebformAjaxFormTrait::isAjax()
WebformAjaxFormTrait::buildAjaxForm in src/Form/WebformAjaxFormTrait.php
Add Ajax support to a form.
2 methods override WebformAjaxFormTrait::isAjax()
WebformDialogFormTrait::isAjax in src/Form/WebformDialogFormTrait.php
Returns if webform is using Ajax.
WebformEntityAjaxFormTrait::isAjax in src/Form/WebformEntityAjaxFormTrait.php
Returns if webform is using Ajax.

File

src/Form/WebformAjaxFormTrait.php, line 35

Class

WebformAjaxFormTrait
Trait class for Webform Ajax support.

Namespace

Drupal\webform\Form

Code

protected abstract function isAjax();