public static Html::setIsAjax($is_ajax)
Sets if this request is an Ajax request.
bool $is_ajax: TRUE if this request is an Ajax request, FALSE otherwise.
public static function setIsAjax($is_ajax) { static::$isAjax = $is_ajax; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Utility!Html.php/function/Html::setIsAjax/8.1.x