file.inc 236 B

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