You are here

function pathauto_filefield_paths_field_options in File (Field) Paths 6.2

Implements hook_filefield_paths_field_cleanup_option().

File

modules/pathauto.inc, line 10
Pathauto module integration.

Code

function pathauto_filefield_paths_field_options() {
  return array(
    'pathauto' => t('Cleanup using !pathauto', array(
      '!pathauto' => l(t('Pathauto'), 'admin/build/path/pathauto'),
    )),
  );
}