You are here

function video_views_handler_field_play::render in Video 6.2

Render field output to the browser.

File

views/video_views_handler_field_play.inc, line 20

Class

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

Code

function render($values) {
  return _video_views_handler_field_play($values);
}