function ViewEntityInterface::getExecutable
Same name and namespace in other branches
- 11.x core/modules/views/src/ViewEntityInterface.php \Drupal\views\ViewEntityInterface::getExecutable()
- 10 core/modules/views/src/ViewEntityInterface.php \Drupal\views\ViewEntityInterface::getExecutable()
- 8.9.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.
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.