You are here

function emvideo_youtube_data in Media: YouTube 6

hook emfield_PROVIDER_data

provides an array to be serialised and made available with $item elsewhere

2 calls to emvideo_youtube_data()
emvideo_youtube_duration in providers/emvideo/youtube.inc
hook emvideo_PROVIDER_duration($item) Returns the duration of the video in seconds.
emvideo_youtube_rss in providers/emvideo/youtube.inc
hook emfield_PROVIDER_rss

File

providers/emvideo/youtube.inc, line 65
This include processes youtube.com media files for use by emfield.module.

Code

function emvideo_youtube_data($field, $item) {
  return media_youtube_emfield_data($item['value']);
}