1 view.inc view::is_cacheable()

Is this view cacheable?

File

core/modules/views/includes/view.inc, line 1731
Provides the view object type and associated methods.

Class

view

Code

function is_cacheable() {
  return $this->is_cacheable;
}