image.inc 219 B

123456789101112
  1. <?php
  2. /**
  3. * @file
  4. * Image module integration.
  5. */
  6. /**
  7. * Implements hook_filefield_paths_field_type_info() on behalf of image.module.
  8. */
  9. function image_filefield_paths_field_type_info() {
  10. return array('image');
  11. }