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; } |
Please login to continue.