You are here

function content_plugin_display_simple::execute in Content Construction Kit (CCK) 6.2

Same name and namespace in other branches
  1. 6.3 includes/views/handlers/content_plugin_display_simple.inc \content_plugin_display_simple::execute()

File

includes/views/handlers/content_plugin_display_simple.inc, line 8
Handler for 'content_simple' display.

Class

content_plugin_display_simple
@file Handler for 'content_simple' display.

Code

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