template_preprocess_youtube_thumbnail |
./youtube.module |
Prepares variables for the YouTube Thumbnail template. |
|
|
template_preprocess_youtube_video |
./youtube.module |
Prepares variables for the YouTube Video template. |
|
|
youtube_build_remote_image_path |
./youtube.module |
Get YouTube image path by building correctly formed URL. |
2 |
|
youtube_build_thumbnail_uri |
./youtube.module |
Builds the URI to a given thumbnail or the module's thumbnail directory. |
4 |
|
youtube_get_dimensions |
./youtube.module |
Splits height and width when given size, as from youtube_size_options. |
1 |
|
youtube_get_remote_image |
./youtube.module |
Retrieves the thumbnail image for a given video from YouTube. |
2 |
|
youtube_get_video_id |
./youtube.module |
Extracts the video_id from the submitted field value. |
2 |
|
youtube_menu_link_defaults |
./youtube.module |
Implements hook_menu_link_defaults(). |
|
|
youtube_size_options |
./youtube.module |
Returns a list of standard YouTube video sizes. |
1 |
|
youtube_theme |
./youtube.module |
Implements hook_theme(). |
|
2 |
youtube_thumb_delete_all |
./youtube.module |
Deletes all existing thumbnail image files. |
|
1 |
youtube_tokens |
./youtube.module |
Implements hook_tokens(). |
|
|
youtube_token_info_alter |
./youtube.module |
Implements hook_token_info_alter(). |
|
|