function ThemeExperimentalConfirmForm::create
Overrides FormBase::create
File
-
core/
modules/ system/ src/ Form/ ThemeExperimentalConfirmForm.php, line 51
Class
- ThemeExperimentalConfirmForm
- Builds a confirmation form for enabling experimental themes.
Namespace
Drupal\system\FormCode
public static function create(ContainerInterface $container) {
return new static($container->get('extension.list.theme'), $container->get('theme_installer'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.