You are here

function hook_video_filter_video_alter in Video Filter 6.3

Same name and namespace in other branches
  1. 7.3 video_filter.api.php \hook_video_filter_video_alter()

Alters a video's attributes previous to rendering.

Parameters

array $video:

1 invocation of hook_video_filter_video_alter()
video_filter_process in ./video_filter.module

File

./video_filter.api.php, line 70
Hooks provided by the Video Filter module.

Code

function hook_video_filter_video_alter(&$video) {
}