public function RemoveHttpHeadersSettings::__construct in Remove HTTP headers 8
RemoveResponseHeaders constructor.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The factory for configuration objects.
\Drupal\remove_http_headers\Config\ConfigManager $configManager: The config manager service.
Overrides ConfigFormBase::__construct
File
- src/
Form/ RemoveHttpHeadersSettings.php, line 31
Class
- RemoveHttpHeadersSettings
- Form for the module settings.
Namespace
Drupal\remove_http_headers\FormCode
public function __construct(ConfigFactoryInterface $configFactory, ConfigManager $configManager) {
parent::__construct($configFactory);
$this->configManager = $configManager;
}