You are here

public function CustomForm::__construct in Facebook Comments Box 8

Constructor for ComproCustomForm.

Parameters

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

Overrides ConfigFormBase::__construct

File

src/Form/CustomForm.php, line 18

Class

CustomForm
Configure custom settings for this site.

Namespace

Drupal\facebook_comments_box\Form

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  parent::__construct($config_factory);
}