You are here

protected function WebformEntityAjaxFormTrait::isAjax in Webform 8.5

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

Returns if webform is using Ajax.

Return value

bool TRUE if webform is using Ajax.

Overrides WebformAjaxFormTrait::isAjax

File

src/Form/WebformEntityAjaxFormTrait.php, line 22

Class

WebformEntityAjaxFormTrait
Trait class for Webform Ajax support.

Namespace

Drupal\webform\Form

Code

protected function isAjax() {
  return TRUE;
}