You are here

public function ExtraBodyClassesConfigForm::__construct in Extra body classes 8

Constructs the object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The config factory.

Overrides ConfigFormBase::__construct

File

src/Form/ExtraBodyClassesConfigForm.php, line 27

Class

ExtraBodyClassesConfigForm
Configure where you want to append "extra body classes".

Namespace

Drupal\extra_body_classes\Form

Code

public function __construct(ConfigFactoryInterface $configFactory) {
  $this->configFactory = $configFactory;
}