From 23348d9bc9a704d4a1a58c9580d03737ee52f8a3 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 25 Apr 2009 00:30:48 +0000 Subject: Cmmiting Drupal 6 core capability version --- hooks.php | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'hooks.php') diff --git a/hooks.php b/hooks.php index a534c1d..af33b82 100644 --- a/hooks.php +++ b/hooks.php @@ -1,10 +1,8 @@ - + * porting to Drupal 6 + * @author Heshan Wanigasooriya + * @todo */ +//TODO: When we will release a stable version we have to document all the APIs +// the video module have + + +function hook_v_info() {}; + + +/** + * This hook is called by the video_image plugins once + * TODO: better documentation +*/ +function hook_v_autothumbnail($node) { + ; +} + /** The hook_v_get_params is used by plugins to write an html param inside inside video generated object tag during the play. @@ -33,3 +49,6 @@ inside video generated object tag during the play. function hook_v_get_params(&$node) { return array('flashVars' => 'autostart=true&url=false'); } + + + -- cgit v1.2.3