function views_plugin_display_attachment::execute
Same name and namespace in other branches
- 7.x-3.x plugins/views_plugin_display_attachment.inc \views_plugin_display_attachment::execute()
When used externally, this is how a view gets run and returns data in the format required.
The base class cannot be executed.
Overrides views_plugin_display::execute
File
-
plugins/
views_plugin_display_attachment.inc, line 30
Class
- views_plugin_display_attachment
- The plugin that handles an attachment display.
Code
function execute() {
return $this->view
->render($this->display->id);
}