function ViewEntityInterface::getExecutable
Same name in other branches
- 9 core/modules/views/src/ViewEntityInterface.php \Drupal\views\ViewEntityInterface::getExecutable()
- 8.9.x core/modules/views/src/ViewEntityInterface.php \Drupal\views\ViewEntityInterface::getExecutable()
- 11.x 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\viewsCode
public function getExecutable();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.