function MailerCaptureTestForm::create

Overrides FormBase::create

File

core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php, line 22

Class

MailerCaptureTestForm
Mailer capture test form.

Namespace

Drupal\mailer_capture_test\Form

Code

public static function create(ContainerInterface $container) : static {
  return new static($container->get(MailerInterface::class));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.