public function HubspotSettingsForm::__construct in Hubspot forms 8
Constructs a \Drupal\hubspot_forms\HubspotSettingsForm object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ HubspotSettingsForm.php, line 21
Class
- HubspotSettingsForm
- Configure site information settings for this site.
Namespace
Drupal\hubspot_forms\FormCode
public function __construct(ConfigFactoryInterface $config_factory) {
parent::__construct($config_factory);
}