You are here

function imagefield_filefield_paths_api in File (Field) Paths 6.2

Implements hook_filefield_paths_api().

File

modules/imagefield.inc, line 10
Provides ImageField module specific functions for FileField Paths.

Code

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