user_elements

Definition

user_elements()
modules/user/user.module, line 639

Description

Implementation of hook_elements().

Code

<?php
function user_elements() {
  return array(
    'user_profile_category' => array(),
    'user_profile_item' => array(),
  );
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.