public function MassPasswordResetConfirmForm::getDescription in Mass Password Reset 8
Same name and namespace in other branches
- 2.x src/Form/MassPasswordResetConfirmForm.php \Drupal\mass_pwreset\Form\MassPasswordResetConfirmForm::getDescription()
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- src/
Form/ MassPasswordResetConfirmForm.php, line 45
Class
- MassPasswordResetConfirmForm
- Mass Password Reset Form.
Namespace
Drupal\mass_pwreset\FormCode
public function getDescription() {
return $this
->t('Are you sure you want to reset the passwords for the roles you selected? This action cannot be undone!');
}