You are here

function your_module_handler_ustream_data in Video Embed Field 7.2

Return an array of extra data to be stored with the video, this data will be available for theming

Return value

an array

1 string reference to 'your_module_handler_ustream_data'
hook_video_embed_handler_info in ./video_embed_field.api.php
@function hook_video_embed_handler_info Can be used to add more handlers for video_embed_field

File

./video_embed_field.api.php, line 127

Code

function your_module_handler_ustream_data($url) {
  return array();
}