You are here

Functions in Media: Vimeo 6

Primary tabs

Namesort descending Location Description Direct uses Strings
emvideo_vimeo_content_generate includes/providers/emvideo/vimeo.inc Implement hook_emvideo_PROVIDER_content_generate().
emvideo_vimeo_data includes/providers/emvideo/vimeo.inc Implement hook_emvideo_PROVIDER_data().
emvideo_vimeo_data_version includes/providers/emvideo/vimeo.inc Implement hook emvideo_PROVIDER_data_version().
emvideo_vimeo_duration includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_duration($item) Returns the duration of the video in seconds.
emvideo_vimeo_embedded_link includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_embedded_link($video_code) returns a link to view the video at the provider's site
emvideo_vimeo_extract includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_extract this is called to extract the video code from a pasted URL or embed code.
emvideo_vimeo_info includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_info this returns information relevant to a specific 3rd party video provider
emvideo_vimeo_preview includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
emvideo_vimeo_settings includes/providers/emvideo/vimeo.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['vimeo']) so if you want…
emvideo_vimeo_thumbnail includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_thumbnail returns the external url for a thumbnail of a specific video TODO: make the args: ($video_code, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things
emvideo_vimeo_video includes/providers/emvideo/vimeo.inc hook emvideo_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
media_vimeo_admin_form includes/media_vimeo.admin.inc This form will be displayed both at /admin/settings/media_vimeo and admin/content/emfield. 2
media_vimeo_data ./media_vimeo.module Return an array of external metadata provided by Vimeo. 3
media_vimeo_duration ./media_vimeo.module Return the duration of a Vimeo video. 1
media_vimeo_emfield_providers ./media_vimeo.module Implementation of hook_emfield_providers().
media_vimeo_install ./media_vimeo.install Implementation of hook_install().
media_vimeo_menu ./media_vimeo.module Implementation of hook_menu().
media_vimeo_settings includes/media_vimeo.admin.inc The administrative settings form for Media: Vimeo. 1
media_vimeo_theme ./media_vimeo.module Implementation of hook_theme().
media_vimeo_thumbnail_url ./media_vimeo.module The URL to the thumbnail video still for the media. 1
media_vimeo_uninstall ./media_vimeo.install Implementation of hook_uninstall().
media_vimeo_variable_default includes/media_vimeo.variables.inc The default variables within the Media: Vimeo namespace. 3
media_vimeo_variable_del includes/media_vimeo.variables.inc Wrapper for variable_del() that uses the Media: Vimeo variable registry. 1
media_vimeo_variable_get includes/media_vimeo.variables.inc Wrapper for variable_get() that uses the Media: Vimeo variable registry. 4
media_vimeo_variable_name includes/media_vimeo.variables.inc Return the fully namespace variable name.
media_vimeo_variable_set includes/media_vimeo.variables.inc Wrapper for variable_set() that uses the Media: Vimeo variable registry. 1
media_vimeo_video_url ./media_vimeo.module Return the direct URL to this video. 1
template_preprocess_media_vimeo themes/media_vimeo.theme.inc @file media_vimeo/themes/media_vimeo.theme.inc Theme functions for Media: Vimeo.
template_preprocess_media_vimeo_flash themes/media_vimeo.theme.inc The embedded flash displaying the Vimeo video.
template_preprocess_media_vimeo_universal themes/media_vimeo.theme.inc Display the video in an iFrame with HTML5.
_media_vimeo_convert_color themes/media_vimeo.theme.inc Strip any beginning #'s from the color hex code. 1
_media_vimeo_convert_old_variables ./media_vimeo.install Convert pre-existing variables to the Media: Vimeo variable namespace. 1
_media_vimeo_migrate_variable ./media_vimeo.install Migrate a variable from the old namespace. 1
_media_vimeo_options themes/media_vimeo.theme.inc 3

Other projects