You are here

function views_plugin_node_fullcalendar::render in FullCalendar 6

Same name and namespace in other branches
  1. 7 views_plugin_node_fullcalendar.inc \views_plugin_node_fullcalendar::render()

File

./views_plugin_node_fullcalendar.inc, line 48
Contains the node view row style plugin.

Class

views_plugin_node_fullcalendar
Plugin which performs a node_view on the resulting object.

Code

function render($row) {
  return theme($this
    ->theme_functions(), $this->view, $this->options, $row, $this->field_alias);
}