Constructs a \Drupal\user\StatisticsSettingsForm object.
\Drupal\Core\Config\ConfigFactory $config_factory: The factory for configuration objects.
\Drupal\Core\Extension\ModuleHandler $module_handler: The module handler.
Overrides SystemConfigFormBase::__construct
public function __construct(ConfigFactory $config_factory, ModuleHandler $module_handler) {
$this->configFactory = $config_factory;
$this->moduleHandler = $module_handler;
}