You are here

public function CdnSettingsForm::__construct in CDN 8.3

Constructs a \Drupal\system\ConfigFormBase object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

Overrides ValidatableConfigFormBase::__construct

File

cdn_ui/src/Form/CdnSettingsForm.php, line 42

Class

CdnSettingsForm
Configure CDN settings for this site.

Namespace

Drupal\cdn_ui\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typed_config_manager, StreamWrapperManagerInterface $streamWrapperManager) {
  parent::__construct($config_factory, $typed_config_manager);
  $this->streamWrapperManager = $streamWrapperManager;
}