You are here

function activity_comments_handler_field_comments::render in Activity 6.2

Same name and namespace in other branches
  1. 7 activity_comments/views/activity_comments.views.inc \activity_comments_handler_field_comments::render()

File

activity_comments/views/activity_comments_handler_field_comments.inc, line 16

Class

activity_comments_handler_field_comments
Activity comments comment form field handler.

Code

function render($values) {
  return drupal_get_form('activity_comments_form', $values->{$this->aliases['aid']}, $this->options['limit'], $this->options['order']);
}