You are here

public function CctagsDeleteItemForm::__construct in cctags 8

File

src/Form/CctagsDeleteItemForm.php, line 33

Class

CctagsDeleteItemForm
Class LoginDisableSettingsForm.

Namespace

Drupal\cctags\Form

Code

public function __construct(ConfigFactory $configFactory) {
  $this->configFactory = $configFactory
    ->getEditable('cctags.settings');
}