public function BackgroundVideoSettingsForm::__construct in Background Video 8
Constructs a \Drupal\system\ConfigFormBase object.
Parameters
\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.
Overrides ConfigFormBase::__construct
File
- src/
Form/ BackgroundVideoSettingsForm.php, line 10
Class
Namespace
Drupal\background_video\FormCode
public function __construct(ConfigFactoryInterface $config_factory) {
parent::__construct($config_factory);
}