constant AUN_PUNCTUATION_REPLACE in Automatic User Names 8
Replace the punctuation with the separator in the username.
2 uses of AUN_PUNCTUATION_REPLACE
- AutoUsernameSettingsForm::autoUsernameCleanstring in src/
Form/ AutoUsernameSettingsForm.php - Clean up a string segment to be used in a username.
- AutoUsernameSettingsForm::buildForm in src/
Form/ AutoUsernameSettingsForm.php - Form constructor.
File
- src/
Form/ AutoUsernameSettingsForm.php, line 33
Namespace
Drupal\auto_username\FormCode
define('AUN_PUNCTUATION_REPLACE', 1);