You are here

public function ViewEntityInterface::getExecutable in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/ViewEntityInterface.php \Drupal\views\ViewEntityInterface::getExecutable()

Gets an executable instance for this view.

Return value

\Drupal\views\ViewExecutable A view executable instance.

2 methods override ViewEntityInterface::getExecutable()
View::getExecutable in core/modules/views/src/Entity/View.php
Gets an executable instance for this view.
ViewUI::getExecutable in core/modules/views_ui/src/ViewUI.php
Gets an executable instance for this view.

File

core/modules/views/src/ViewEntityInterface.php, line 18

Class

ViewEntityInterface
Defines an interface for View storage classes.

Namespace

Drupal\views

Code

public function getExecutable();