protected static property Html::$isAjax in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Utility/Html.php \Drupal\Component\Utility\Html::isAjax
Stores whether the current request was sent via AJAX.
Type: bool
File
- lib/
Drupal/ Component/ Utility/ Html.php, line 42 - Contains \Drupal\Component\Utility\Html.
Class
- Html
- Provides DOMDocument helpers for parsing and serializing HTML strings.
Namespace
Drupal\Component\UtilityCode
protected static $isAjax = FALSE;