function pathauto_file_update_action in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.module \pathauto_file_update_action()
Update action wrapper for pathauto_file_update_alias().
File
- ./
file_entity.module, line 2455 - Extends Drupal file entities to be fieldable and viewable.
Code
function pathauto_file_update_action($file, $context = array()) {
pathauto_file_update_alias($file, 'bulkupdate', array(
'message' => TRUE,
));
}