Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. DisplayPluginBase.php

function DisplayPluginBase::execute

Overrides DisplayPluginInterface::execute

5 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.
EntityReference::execute in core/modules/views/src/Plugin/views/display/EntityReference.php
Executes the view and returns data in the format required.
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/DisplayPluginBase.php, line 2419

Class

DisplayPluginBase
Base class for views display plugins.

Namespace

Drupal\views\Plugin\views\display

Code

public function execute() {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal