ViewExecutable::ajaxEnabled

public ViewExecutable::ajaxEnabled()

Determines whether or not AJAX should be used.

Return value

bool TRUE if AJAX is enabled, FALSE otherwise.

File

core/modules/views/src/ViewExecutable.php, line 649

Class

ViewExecutable
Represents a view as a whole.

Namespace

Drupal\views

Code

public function ajaxEnabled() {
  return $this->ajaxEnabled;
}
doc_Drupal
2016-10-29 09:54:16
Comments
Leave a Comment

Please login to continue.