You are here

function theme_emvideo_handler_field_title in Embedded Media Field 6.2

2 theme calls to theme_emvideo_handler_field_title()
emvideo_handler_field_title::render in contrib/emvideo/includes/views/handlers/emvideo_handler_field_title.inc
emvideo_handler_field_title::render_provider in contrib/emvideo/includes/views/handlers/emvideo_handler_field_title.inc

File

contrib/emvideo/includes/views/emvideo.views.inc, line 99
Interface between emfield.module and views.module.

Code

function theme_emvideo_handler_field_title($item, $field, $node, $values, $format) {
  return $item['title'];
}