function FileTestSaveUploadFromForm::create
File
-
core/
modules/ file/ tests/ file_test/ src/ Form/ FileTestSaveUploadFromForm.php, line 49
Class
- FileTestSaveUploadFromForm
- File test form class.
Namespace
Drupal\file_test\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('state'), $container->get('messenger'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.