You are here

function video_filefield_paths_field_type_info in File (Field) Paths 7

Implements hook_filefield_paths_field_type_info() on behalf of video.module.

Return value

array

File

modules/video.inc, line 13
Video module integration.

Code

function video_filefield_paths_field_type_info() {
  return array(
    'video',
  );
}