You are here

function file_filefield_paths_field_type_info in File (Field) Paths 7

Implements hook_filefield_paths_field_type_info() on behalf of file.module.

Return value

array

File

modules/file.inc, line 13
File module integration.

Code

function file_filefield_paths_field_type_info() {
  return array(
    'file',
  );
}