function user_uri
Implements callback_entity_info_uri().
1 string reference to 'user_uri'
- user_entity_info in modules/
user/ user.module - Implements hook_entity_info().
File
-
modules/
user/ user.module, line 192
Code
function user_uri($user) {
return array(
'path' => 'user/' . $user->uid,
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.