public function MandrillAdminTestForm::getDescription in Mandrill 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- src/
Form/ MandrillAdminTestForm.php, line 36
Class
- MandrillAdminTestForm
- Form controller for the Mandrill send test email form.
Namespace
Drupal\mandrill\FormCode
public function getDescription() {
return $this
->t('This action will send a test email through Mandrill.');
}