function user_element_info
Implements hook_element_info().
File
-
modules/
user/ user.module, line 1012
Code
function user_element_info() {
$types['user_profile_category'] = array(
'#theme_wrappers' => array(
'user_profile_category',
),
);
$types['user_profile_item'] = array(
'#theme' => 'user_profile_item',
);
return $types;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.