You are here

function MandrillAdminTestForm::getFormID in Mandrill 8

File

src/Form/MandrillAdminTestForm.php, line 22

Class

MandrillAdminTestForm
Form controller for the Mandrill send test email form.

Namespace

Drupal\mandrill\Form

Code

function getFormID() {
  return 'mandrill_test_email';
}