You are here

public function DisplayPluginInterface::execute in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::execute()

Executes the view and returns data in the format required.

The base class cannot be executed.

1 method overrides DisplayPluginInterface::execute()
DisplayPluginBase::execute in core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
Executes the view and returns data in the format required.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 463
Contains \Drupal\views\Plugin\views\display\DisplayPluginInterface.

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function execute();