function UpdateManagerUpdate::create
Overrides FormBase::create
File
- 
              core/
modules/ update/ src/ Form/ UpdateManagerUpdate.php, line 62  
Class
- UpdateManagerUpdate
 - Configure update settings for this site.
 
Namespace
Drupal\update\FormCode
public static function create(ContainerInterface $container) {
  return new static($container->get('module_handler'), $container->get('state'));
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.