You are here

function ajax_ui_types_user in Ajax 6

Get other default types

Return value

Assoc

1 call to ajax_ui_types_user()
ajax_ui_get_types in ajax_ui/ajax_ui.module
Get content types

File

ajax_ui/ajax_ui.module, line 124

Code

function ajax_ui_types_user() {
  return array(
    'user_login' => t('User Login'),
    'user_edit' => t('User Edit'),
    'user_register' => t('User Register'),
    'user_pass' => t('Reset Password'),
  );
}