function ImportForm::create
File
-
core/
modules/ locale/ src/ Form/ ImportForm.php, line 44
Class
- ImportForm
- Form constructor for the translation import screen.
Namespace
Drupal\locale\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('module_handler'), $container->get('language_manager'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.