auto_username_cleanstring |
./auto_username.module |
Clean up a string value to have only alphanumeric and separator values. |
1 |
|
auto_username_clean_token_values |
./auto_username.module |
Cleans tokens so they are PHP-friendly. |
1 |
|
auto_username_configuration |
./auto_username.module |
|
|
1 |
auto_username_form_alter |
./auto_username.module |
Implementation of hook_form_alter(). |
|
|
auto_username_get_placeholders |
./auto_username.module |
Get the placeholders to use for string translation. |
1 |
|
auto_username_menu |
./auto_username.module |
Implementation of hook_menu(). |
|
|
auto_username_perm |
./auto_username.module |
Implementation of hook_perm(). |
|
|
auto_username_punctuation_chars |
./auto_username.module |
Returns an array of arrays for punctuation values keyed by a name. |
2 |
|
auto_username_user |
./auto_username.module |
Implementation of hook_user(). |
|
|
auto_username_user_register_submit |
./auto_username.module |
Submit handler for the user regsitration form. |
|
1 |
_auto_username_patternprocessor |
./auto_username.module |
Process an account and return its new username according to the current pattern. |
1 |
|