video.inc 219 B

123456789101112
  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. function video_filefield_paths_field_type_info() {
  10. return array('video');
  11. }