Same name and namespace in other branches
  1. 6.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 41
Definition of views_plugin_display_attachment.

Class

views_plugin_display_attachment

Code

public function execute() {
  return $this->view
    ->render($this->display->id);
}