You are here

function emvideo_zzz_custom_url_thumbnail in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/zzz_custom_url.inc \emvideo_zzz_custom_url_thumbnail()

File

contrib/emvideo/providers/zzz_custom_url.inc, line 280
This is an include file used by emfield.module.

Code

function emvideo_zzz_custom_url_thumbnail($field, $item, $formatter, $node, $width, $height, $options = array()) {
  return '';
}