Stores whether the current request was sent via AJAX.
Type: bool
File
- core/lib/Drupal/Component/Utility/Html.php, line 37
Class
- Html
- Provides DOMDocument helpers for parsing and serializing HTML strings.
Namespace
Drupal\Component\Utility
Code
protected static $isAjax = FALSE;
Please login to continue.