function user_elements
Implementation of hook_elements().
Archivo
- drupal-6.x/
modules/ user/ user.module, line 633 - Enables the user registration and login system.
Código
function user_elements() {
return array(
'user_profile_category' => array(),
'user_profile_item' => array(),
);
}