1 views_plugin_display.inc | views_plugin_display::execute() |
When used externally, this is how a view gets run and returns data in the format required.
The base class cannot be executed.
File
- core/
modules/ views/ plugins/ views_plugin_display.inc, line 2699 - Contains the base display plugin.
Class
- views_plugin_display
- The default display plugin handler. Display plugins handle options and basic mechanisms for different output methods.
Code
function execute() {
}