Html::setIsAjax

public static function Html::setIsAjax

public static Html::setIsAjax($is_ajax)

Sets if this request is an Ajax request.

Parameters

bool $is_ajax: TRUE if this request is an Ajax request, FALSE otherwise.

File

core/lib/Drupal/Component/Utility/Html.php, line 117

Class

Html
Provides DOMDocument helpers for parsing and serializing HTML strings.

Namespace

登录查看完整内容