You are here

function ctools_filefield_paths_field_options in File (Field) Paths 6.2

Implements hook_filefield_paths_field_cleanup_option().

File

modules/ctools.inc, line 10
CTools module integration.

Code

function ctools_filefield_paths_field_options() {
  return array(
    'ctools' => t('Cleanup using CTools'),
  );
}