function user_user_categories

Implements hook_user_categories().

File

modules/user/user.module, line 1340

Code

function user_user_categories() {
  return array(
    array(
      'name' => 'account',
      'title' => t('Account settings'),
      'weight' => 1,
    ),
  );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.