You are here

function theme_emvideo_handler_field_description in Embedded Media Field 6.2

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

File

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

Code

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