public function DisplayPluginBase::execute in Views (for Drupal 7) 8.3
When used externally, this is how a view gets run and returns data in the format required.
The base class cannot be executed.
5 methods override DisplayPluginBase::execute()
- Attachment::execute in lib/
Drupal/ views/ Plugin/ views/ display/ Attachment.php - When used externally, this is how a view gets run and returns data in the format required.
- Block::execute in lib/
Views/ block/ Plugin/ views/ display/ Block.php - The display block handler returns the structure necessary for a block.
- DefaultDisplay::execute in lib/
Drupal/ views/ Plugin/ views/ display/ DefaultDisplay.php - The default execute handler fully renders the view.
- DisplayTest::execute in tests/
views_test_data/ lib/ Drupal/ views_test_data/ Plugin/ views/ display/ DisplayTest.php - Overrides Drupal\views\Plugin\views\display\DisplayPluginBase::execute().
- Page::execute in lib/
Drupal/ views/ Plugin/ views/ display/ Page.php - The display page handler returns a normal view, but it also does a drupal_set_title for the page, and does a views_set_page_view on the view.
File
- lib/
Drupal/ views/ Plugin/ views/ display/ DisplayPluginBase.php, line 2538 - Definition of Drupal\views\Plugin\views\display\DisplayPluginBase.
Class
- DisplayPluginBase
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Namespace
Drupal\views\Plugin\views\displayCode
public function execute() {
}