function user_entity_bundle_info

Implements hook_entity_bundle_info().

File

drupal/core/modules/user/user.module, line 130
Enables the user registration and login system.

Code

function user_entity_bundle_info() {
  $bundles['user']['user']['label'] = t('User');
  return $bundles;
}