ViewUI::getExecutable

public ViewUI::getExecutable()

Gets an executable instance for this view.

Return value

\Drupal\views\ViewExecutable A view executable instance.

Overrides ViewEntityInterface::getExecutable

File

core/modules/views_ui/src/ViewUI.php, line 1135

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function getExecutable() {
  return $this->storage->getExecutable();
}
doc_Drupal
2016-10-29 09:55:57
Comments
Leave a Comment

Please login to continue.