You are here

function file_entity_path_alias_types in File Entity (fieldable files) 7.3

Same name and namespace in other branches
  1. 7.2 file_entity.pathauto.inc \file_entity_path_alias_types()

Implements hook_path_alias_types().

File

./file_entity.pathauto.inc, line 13
Pathauto integration for files.

Code

function file_entity_path_alias_types() {
  $objects['file/'] = t('Files');
  return $objects;
}