You are here

function filefield_filefield_paths_api in File (Field) Paths 6.2

Implements hook_filefield_paths_api().

File

modules/filefield.inc, line 10
FileField module integration.

Code

function filefield_filefield_paths_api() {
  return array(
    'api' => 2,
  );
}