You are here

public function DisplayPluginInterface::execute in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php \Drupal\views\Plugin\views\display\DisplayPluginInterface::execute()
  2. 9 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()
PathPluginBase::execute in core/modules/views/src/Plugin/views/display/PathPluginBase.php
Executes the view and returns data in the format required.

File

core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php, line 458

Class

DisplayPluginInterface
Provides an interface for Views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function execute();