SystemBrandingOffCanvasForm::__construct

public SystemBrandingOffCanvasForm::__construct(ConfigFactoryInterface $config_factory)

SystemBrandingOffCanvasForm constructor.

Parameters

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

File

core/modules/outside_in/src/Form/SystemBrandingOffCanvasForm.php, line 38

Class

SystemBrandingOffCanvasForm
The off-canvas form handler for the SystemBrandingBlock.

Namespace

Drupal\outside_in\Form

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}
doc_Drupal
2016-10-29 09:45:39
Comments
Leave a Comment

Please login to continue.