function ConfigForm::__construct

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory:

Profiler $profiler:

\Drupal\webprofiler\Profiler\ProfilerStorageManager $storageManager:

array $templates:

File

webprofiler/src/Form/ConfigForm.php, line 50

Class

ConfigForm
Class ConfigForm

Namespace

Drupal\webprofiler\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, Profiler $profiler, ProfilerStorageManager $storageManager, $templates) {
    parent::__construct($config_factory);
    $this->profiler = $profiler;
    $this->templates = $templates;
    $this->storageManager = $storageManager;
}