You are here

public function DisplayPluginBase::execute in Drupal 9

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

Executes the view and returns data in the format required.

The base class cannot be executed.

Overrides DisplayPluginInterface::execute

6 methods override DisplayPluginBase::execute()
Attachment::execute in core/modules/views/src/Plugin/views/display/Attachment.php
Executes the view and returns data in the format required.
Block::execute in core/modules/views/src/Plugin/views/display/Block.php
The display block handler returns the structure necessary for a block.
DefaultDisplay::execute in core/modules/views/src/Plugin/views/display/DefaultDisplay.php
The default execute handler fully renders the view.
DisplayTest::execute in core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php
Executes the view and returns data in the format required.
EntityReference::execute in core/modules/views/src/Plugin/views/display/EntityReference.php
Executes the view and returns data in the format required.

... See full list

File

core/modules/views/src/Plugin/views/display/DisplayPluginBase.php, line 2386

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function execute() {
}