You are here

public function WebformRequestInterface::isAjax in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformRequestInterface.php \Drupal\webform\WebformRequestInterface::isAjax()

Determine if the current request is an Ajax request.

Return value

bool TRUE if the current request is an Ajax request.

1 method overrides WebformRequestInterface::isAjax()
WebformRequest::isAjax in src/WebformRequest.php
Determine if the current request is an Ajax request.

File

src/WebformRequestInterface.php, line 97

Class

WebformRequestInterface
Provides an interface defining a webform request handler.

Namespace

Drupal\webform

Code

public function isAjax();