6 methods override DisplayPluginBase::execute() in Drupal 8
- 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.
 - PathPluginBase::execute in core/
modules/ views/ src/ Plugin/ views/ display/ PathPluginBase.php  - Executes the view and returns data in the format required.