protected function WebformEntityAjaxFormTrait::isAjax in Webform 6.x
Same name and namespace in other branches
- 8.5 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 for webform entity ajax support.
Namespace
Drupal\webform\FormCode
protected function isAjax() {
return TRUE;
}