You are here

public function SettingsForm::__construct in Quote 8.2

SettingsForm constructor.

Parameters

\Drupal\Core\Cache\CacheBackendInterface $cacheRender: CacheBackendInterface.

\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: ModuleHandlerInterface.

Overrides ConfigFormBase::__construct

File

src/Form/SettingsForm.php, line 40

Class

SettingsForm
Class Settings Form.

Namespace

Drupal\quote\Form

Code

public function __construct(CacheBackendInterface $cacheRender, ModuleHandlerInterface $moduleHandler) {
  $this->cacheRender = $cacheRender;
  $this->moduleHandler = $moduleHandler;
}