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

1
2
3
public function ajaxEnabled() {
  return $this->ajaxEnabled;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.