You are here

function filefield_filefield_paths_field_tokens in File (Field) Paths 6.2

Implements hook_filefield_paths_tokens().

File

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

Code

function filefield_filefield_paths_field_tokens() {
  return TRUE;
}