You are here

public static function RemoveHttpHeadersSettings::create in Remove HTTP headers 8

Return value

static The created object.

Overrides ConfigFormBase::create

File

src/Form/RemoveHttpHeadersSettings.php, line 43

Class

RemoveHttpHeadersSettings
Form for the module settings.

Namespace

Drupal\remove_http_headers\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('config.factory'), $container
    ->get('remove_http_headers.config_manager'));
}