You are here

function hook_v_autothumbnail in Video 6

Same name and namespace in other branches
  1. 6.2 hooks.php \hook_v_autothumbnail()

This hook is called by the video_image plugins once TODO: better documentation

File

./hooks.php, line 37
The video module has some hooks which should make adding new features to the video module easier.

Code

function hook_v_autothumbnail($node) {
}