You are here

function pathauto_file_update in File Entity (fieldable files) 7.2

Same name and namespace in other branches
  1. 7.3 file_entity.module \pathauto_file_update()

Implements hook_file_update() on behalf of pathauto.module.

File

./file_entity.module, line 2361
Extends Drupal file entities to be fieldable and viewable.

Code

function pathauto_file_update($file) {
  pathauto_file_update_alias($file, 'update');
}