function 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.
File
- 
              core/modules/ views/ src/ Plugin/ views/ display/ DisplayPluginBase.php, line 2393 
Class
- DisplayPluginBase
- Base class for views display plugins.
Namespace
Drupal\views\Plugin\views\displayCode
public function execute() {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
