You are here

public function ChoosePdfStyleForm::__construct in 3D Flipbook 8

Constructor for SocialFeedsBlockForm.

Parameters

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

Overrides ConfigFormBase::__construct

File

src/Form/ChoosePdfStyleForm.php, line 20

Class

ChoosePdfStyleForm
Configure custom settings for this site.

Namespace

Drupal\flipbook\Form

Code

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