function ModulesListNonStableConfirmForm::create
Same name in other branches
- 9 core/modules/system/src/Form/ModulesListNonStableConfirmForm.php \Drupal\system\Form\ModulesListNonStableConfirmForm::create()
- 10 core/modules/system/src/Form/ModulesListNonStableConfirmForm.php \Drupal\system\Form\ModulesListNonStableConfirmForm::create()
Overrides ModulesListConfirmForm::create
File
-
core/
modules/ system/ src/ Form/ ModulesListNonStableConfirmForm.php, line 70
Class
- ModulesListNonStableConfirmForm
- Builds a confirmation form for enabling experimental and deprecated modules.
Namespace
Drupal\system\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('module_handler'), $container->get('module_installer'), $container->get('keyvalue.expirable')
->get('module_list'), $container->get('extension.list.module'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.