You are here

Functions in Embedded Media Field 6.3

Primary tabs

Namesort descending Location Description Direct uses Strings
emvideo_sevenload_preview contrib/emvideo/providers/sevenload.inc hook emvideo_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
emvideo_sevenload_settings contrib/emvideo/providers/sevenload.inc hook emvideo_PROVIDER_settings this should return a subform to be added to the emvideo_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['youtube']) so if you want…
emvideo_sevenload_thumbnail contrib/emvideo/providers/sevenload.inc
emvideo_sevenload_video contrib/emvideo/providers/sevenload.inc hook emvideo_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
emvideo_sevenload_video_link contrib/emvideo/providers/sevenload.inc hook emvideo_PROVIDER_video_link($video_code) returns a link to view the video at the provider's site
emvideo_spike_embedded_link contrib/emvideo/providers/spike.inc hook emvideo_PROVIDER_embedded_link($video_code) returns a link to view the video at the provider's site.
emvideo_spike_emfield_subtheme contrib/emvideo/providers/spike.inc Implementation of hook_emfield_subtheme.
emvideo_spike_extract contrib/emvideo/providers/spike.inc
emvideo_spike_info contrib/emvideo/providers/spike.inc
emvideo_spike_preview contrib/emvideo/providers/spike.inc
emvideo_spike_request contrib/emvideo/providers/spike.inc
emvideo_spike_settings contrib/emvideo/providers/spike.inc
emvideo_spike_thumbnail contrib/emvideo/providers/spike.inc TODO: Is this correct? Using ifilmpro for thumbnails.
emvideo_spike_video contrib/emvideo/providers/spike.inc
emvideo_theme contrib/emvideo/emvideo.module Implementation of hook_theme().
emvideo_tudou_embedded_link contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_embedded_link($video_code) returns a link to view the video at the provider's site
emvideo_tudou_emfield_subtheme contrib/emvideo/providers/tudou.inc
emvideo_tudou_extract contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_extract this is called to extract the video code from a pasted URL or embed code.
emvideo_tudou_info contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_info this returns information relevant to a specific 3rd party video provider
emvideo_tudou_preview contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
emvideo_tudou_settings contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_settings this should return a subform to be added to the emvideo_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['tudou']) so if you want…
emvideo_tudou_thumbnail contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_thumbnail returns the external url for a thumbnail of a specific video TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things
emvideo_tudou_video contrib/emvideo/providers/tudou.inc hook emvideo_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
emvideo_twistage_data contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_data(). 1
emvideo_twistage_embedded_link contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_link().
emvideo_twistage_emfield_subtheme contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_subtheme().
emvideo_twistage_extract contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_extract().
emvideo_twistage_info contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_info().
emvideo_twistage_preview contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_preview().
emvideo_twistage_rss contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_rss().
emvideo_twistage_settings contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_settings().
emvideo_twistage_thumbnail contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_thumbnail(). 1
emvideo_twistage_video contrib/emvideo/providers/twistage.inc Implementation of hook_PROVIDER_video().
emvideo_uninstall contrib/emvideo/emvideo.install Implementation of hook_uninstall().
emvideo_update_1 contrib/emvideo/emvideo.install We need to make sure to show our new 'embed code' filter on Views.
emvideo_update_2 contrib/emvideo/emvideo.install We need a new data field for extra info stored by certain providers, such as blip.tv.
emvideo_update_3 contrib/emvideo/emvideo.install Since we made our engine dependent on emfield, we need to change some variables accordingly.
emvideo_update_4 contrib/emvideo/emvideo.install Oops. Cleanup from update 3 -- we don't want to accidentally reset our variables if we have to run update 3 again.
emvideo_update_5 contrib/emvideo/emvideo.install Changed the data structure for blip.tv
emvideo_update_6 contrib/emvideo/emvideo.install
emvideo_update_6001 contrib/emvideo/emvideo.install
emvideo_update_6002 contrib/emvideo/emvideo.install
emvideo_update_6003 contrib/emvideo/emvideo.install Add new formatters for Lightbox2 & Shadowbox.
emvideo_update_6004 contrib/emvideo/emvideo.install Add new formatters for link and duration.
emvideo_update_6005 contrib/emvideo/emvideo.install Redo for new formatters for link and duration.
emvideo_update_6006 contrib/emvideo/emvideo.install Add new formatters for link and duration.
emvideo_update_6007 contrib/emvideo/emvideo.install Add a duration column to existing fields.
emvideo_update_6008 contrib/emvideo/emvideo.install Add a duration column to existing fields.
emvideo_update_6009 contrib/emvideo/emvideo.install Add new formatters for link and duration.
emvideo_update_6010 contrib/emvideo/emvideo.install Botched update_6007, redo at 6013.

Pages

Other projects