Feed::$ajaxEnabled |
property |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/Feed.php |
Whether the display allows the use of AJAX or not. |
ViewExecutable::ajaxEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether or not AJAX should be used. |
ViewExecutable::$ajaxEnabled |
property |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Whether this view uses AJAX. |
ViewExecutable::setAjaxEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Sets whether or not AJAX should be used. |
DisplayPluginBase::ajaxEnabled |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display/DisplayPluginBase.php |
Whether the display is actually using AJAX or not. |