video.inc 240 B

123456789101112131415
  1. <?php
  2. /**
  3. * @file
  4. * Video module integration.
  5. */
  6. /**
  7. * Implements hook_filefield_paths_field_type_info() on behalf of video.module.
  8. *
  9. * @return array
  10. */
  11. function video_filefield_paths_field_type_info() {
  12. return array('video');
  13. }