emaudio_content_is_empty |
contrib/emaudio/emaudio.module |
Implementation of hook_content_is_empty(). |
|
|
emaudio_custom_url_audio |
contrib/emaudio/providers/custom_url.inc |
hook emaudio_PROVIDER_audio
this actually displays the full/normal-sized video we want, usually on the default page view |
|
|
emaudio_custom_url_data |
contrib/emaudio/providers/custom_url.inc |
|
1 |
|
emaudio_custom_url_emfield_subtheme |
contrib/emaudio/providers/custom_url.inc |
Implementation of hook_emfield_subtheme. |
|
|
emaudio_custom_url_extract |
contrib/emaudio/providers/custom_url.inc |
|
|
|
emaudio_custom_url_info |
contrib/emaudio/providers/custom_url.inc |
|
|
|
emaudio_custom_url_rss |
contrib/emaudio/providers/custom_url.inc |
hook emfield_PROVIDER_rss |
|
|
emaudio_custom_url_settings |
contrib/emaudio/providers/custom_url.inc |
|
|
|
emaudio_disable |
contrib/emaudio/emaudio.install |
Implementation of hook_disable(). |
|
|
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_enable |
contrib/emaudio/emaudio.install |
Implementation of hook_enable(). |
|
|
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 |
Implementation of hook_field_info(). |
|
|
emaudio_field_settings |
contrib/emaudio/emaudio.module |
Implementation of hook_field_settings(). |
|
|
emaudio_handler_arg_provider |
contrib/emaudio/emaudio.module |
|
|
|
emaudio_install |
contrib/emaudio/emaudio.install |
Implementation of hook_install(). |
|
|
emaudio_menu |
contrib/emaudio/emaudio.module |
Implementation of hook_menu(). |
|
|
emaudio_odeo_audio |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_audio(). |
|
|
emaudio_odeo_emfield_subtheme |
contrib/emaudio/providers/odeo.inc |
Implementation of hook_emfield_subtheme. |
|
|
emaudio_odeo_extract |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_extract(). |
|
|
emaudio_odeo_info |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_info(). |
|
|
emaudio_odeo_preview |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_preview(). |
|
|
emaudio_odeo_settings |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_settings(). |
|
|
emaudio_odeo_thumbnail |
contrib/emaudio/providers/odeo.inc |
Implementation of hook emaudio_odeo_thumbnail(). |
|
|
emaudio_podcastalley_audio |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_audio(). |
|
|
emaudio_podcastalley_emfield_subtheme |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook_emfield_subtheme. |
|
|
emaudio_podcastalley_extract |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_extract(). |
|
|
emaudio_podcastalley_info |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_info(). |
|
|
emaudio_podcastalley_preview |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_preview(). |
|
|
emaudio_podcastalley_settings |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_settings(). |
|
|
emaudio_podcastalley_thumbnail |
contrib/emaudio/providers/podcastalley.inc |
Implementation of hook emaudio_podcastalley_thumbnail. |
|
|
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_emfield_subtheme |
contrib/emaudio/providers/podomatic.inc |
Implementation of hook_emfield_subtheme. |
|
|
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_theme |
contrib/emaudio/emaudio.module |
Impelements hook_theme(). |
|
|
emaudio_uninstall |
contrib/emaudio/emaudio.install |
Implementation of hook_uninstall(). |
|
|
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 |
|
|
|