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