You are here

Functions in Embedded Media Field 5

Primary tabs

Namesort descending Location Description Direct uses Strings
eimport_process_info contrib/emimport/emimport.module this will prepare our node, save it, and give us a message 1
emaudio_embed_form contrib/emaudio/emaudio.module 1
emaudio_emfield_info contrib/emaudio/emaudio.module Implement hook_emfield_info
emaudio_emfield_rss contrib/emaudio/emaudio.module providers may supply an enclosure for rss feeds. this expects something in a file format, so would be an object in the format of $file->filepath, $file->filesize, and $file->filemime. calls the providers hook emaudio_PROVIDER_rss($item, $teaser)
emaudio_emfield_settings contrib/emaudio/emaudio.module Implement hook_settings
emaudio_field contrib/emaudio/emaudio.module Implementation of hook_field *
emaudio_field_formatter contrib/emaudio/emaudio.module Implementation of hook_field_formatter *
emaudio_field_formatter_info contrib/emaudio/emaudio.module Implementation of hook_field_formatter_info *
emaudio_field_info contrib/emaudio/emaudio.module
emaudio_field_settings contrib/emaudio/emaudio.module Implementation of hook_field_settings *
emaudio_handler_arg_provider contrib/emaudio/emaudio.module 1
emaudio_install contrib/emaudio/emaudio.install Implementation of hook_install().
emaudio_odeo_audio contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_audio(). This actually displays the full/normal-sized video we want, usually on the default page view.
emaudio_odeo_extract contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_extract(). This is called to extract the video code from a pasted URL or embed code.
emaudio_odeo_info contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_info(). This returns information relevant to a specific 3rd party audio provider.
emaudio_odeo_preview contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_preview(). This actually displays the preview-sized video we want, commonly for the teaser.
emaudio_odeo_settings contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_settings(). This should return a subform to be added to the emaudio_settings() admin settings page. Note that a form field will already be provided, at $form['odeo'] (such as…
emaudio_odeo_thumbnail contrib/emaudio/providers/odeo.inc Implementation of hook emaudio_odeo_thumbnail(). Returns the external url for a thumbnail of a specific audio. TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things.
emaudio_podcastalley_audio contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_audio(). This actually displays the full/normal-sized video we want, usually on the default page view.
emaudio_podcastalley_extract contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_extract(). This is called to extract the video code from a pasted URL or embed code.
emaudio_podcastalley_info contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_info(). This returns information relevant to a specific 3rd party audio provider.
emaudio_podcastalley_preview contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_preview(). This actually displays the preview-sized video we want, commonly for the teaser
emaudio_podcastalley_settings contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_settings(). This should return a subform to be added to the emaudio_settings() admin settings page. Note that a form field will already be provided, at $form['podcastalley']. So if you want…
emaudio_podcastalley_thumbnail contrib/emaudio/providers/podcastalley.inc Implementation of hook emaudio_podcastalley_thumbnail. Returns the external url for a thumbnail of a specific audio. TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things.
emaudio_podomatic_audio contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_audio this actually displays the full/normal-sized video we want, usually on the default page view
emaudio_podomatic_embedded_link contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_embedded_link($audio_code) returns a link to view the audio at the provider's site
emaudio_podomatic_extract contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_extract this is called to extract the video code from a pasted URL or embed code.
emaudio_podomatic_info contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_info this returns information relevant to a specific 3rd party audio provider
emaudio_podomatic_preview contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_preview this actually displays the preview-sized video we want, commonly for the teaser
emaudio_podomatic_settings contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_settings this should return a subform to be added to the emaudio_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['podomatic']) so if you…
emaudio_podomatic_thumbnail contrib/emaudio/providers/podomatic.inc hook emaudio_PROVIDER_thumbnail returns the external url for a thumbnail of a specific audio TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things
emaudio_soundclick_audio contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_audio(). This actually displays the full/normal-sized video we want, usually on the default page view.
emaudio_soundclick_extract contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_extract(). This is called to extract the video code from a pasted URL or embed code.
emaudio_soundclick_info contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_info(). This returns information relevant to a specific 3rd party audio provider.
emaudio_soundclick_preview contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_preview(). This actually displays the preview-sized video we want, commonly for the teaser.
emaudio_soundclick_settings contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_settings(). This should return a subform to be added to the emaudio_settings() admin settings page. Note that a form field will already be provided, at $form['soundclick'] (such as…
emaudio_soundclick_thumbnail contrib/emaudio/providers/soundclick.inc Implementation of hook emaudio_soundclick_thumbnail(). Returns the external url for a thumbnail of a specific audio. TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things.
emaudio_update_1 contrib/emaudio/emaudio.install
emaudio_widget contrib/emaudio/emaudio.module Implementation of hook_widget *
emaudio_widget_info contrib/emaudio/emaudio.module Implementation of hook_widget_info *
emaudio_widget_settings contrib/emaudio/emaudio.module
emaudio_zzz_custom_url_audio contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_data contrib/emaudio/providers/zzz_custom_url.inc 1
emaudio_zzz_custom_url_embedded_link contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_extract contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_info contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_preview contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_rss contrib/emaudio/providers/zzz_custom_url.inc hook emfield_PROVIDER_rss
emaudio_zzz_custom_url_settings contrib/emaudio/providers/zzz_custom_url.inc
emaudio_zzz_custom_url_thumbnail contrib/emaudio/providers/zzz_custom_url.inc

Pages

Other projects