function helper_entity_info_alter in Helper 7
Implements hook_entity_info_alter().
File
- ./
helper.module, line 120
Code
function helper_entity_info_alter(array &$info) {
if ($info['user']['uri callback'] == 'user_uri') {
$info['user']['uri callback'] = 'helper_entity_user_uri';
}
}