function MailerCaptureTestForm::create
Same name and namespace in other branches
- 11.x core/modules/mailer/tests/modules/mailer_capture_test/src/Form/MailerCaptureTestForm.php \Drupal\mailer_capture_test\Form\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\FormCode
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.