You are here

function video_views_handler_field_playtime_seconds::render in Video 6.2

Render field output to the browser.

File

views/video_views_handler_field_playtime_seconds.inc, line 45

Class

video_views_handler_field_playtime_seconds
Field handler to display the play length of the video.

Code

function render($values) {
  return _video_playtime_seconds($values, $this->options['time_type']);
}