You are here

public function PreCacheEvent::getViewExecutable in Views Json Source 8

Get view executable.

Return value

\Drupal\views\ViewExecutable Return view executable.

File

src/Event/PreCacheEvent.php, line 51

Class

PreCacheEvent
Class PreCacheEvent.

Namespace

Drupal\views_json_source\Event

Code

public function getViewExecutable() : ViewExecutable {
  return $this->viewExecutable;
}