function ExampleConfigEntityExternalForm::create
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExternalForm::create()
Overrides FormBase::create
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityExternalForm.php, line 35
Class
- ExampleConfigEntityExternalForm
- Example form config entity.
Namespace
Drupal\ctools_wizard_test\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('tempstore.shared'));
}