function SettingsForm::__construct

Same name in other branches
  1. 9 core/modules/aggregator/src/Form/SettingsForm.php \Drupal\aggregator\Form\SettingsForm::__construct()
  2. 8.9.x core/modules/aggregator/src/Form/SettingsForm.php \Drupal\aggregator\Form\SettingsForm::__construct()
  3. 10 core/modules/navigation/src/Form/SettingsForm.php \Drupal\navigation\Form\SettingsForm::__construct()

Constructs a Navigation SettingsForm object.

Parameters

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

\Drupal\Core\Config\TypedConfigManagerInterface $typed_config_manager: The typed config manager.

\Drupal\Core\File\FileSystemInterface $fileSystem: The file system.

\Drupal\Core\Render\RendererInterface $renderer: The renderer service.

\Drupal\Core\Image\ImageFactory $imageFactory: The image factory.

\Drupal\Core\Theme\ThemeManagerInterface $themeManager: The theme manager.

Overrides ConfigFormBase::__construct

File

core/modules/navigation/src/Form/SettingsForm.php, line 46

Class

SettingsForm
Configure Navigation settings for this site.

Namespace

Drupal\navigation\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typed_config_manager, FileSystemInterface $fileSystem, RendererInterface $renderer, ImageFactory $imageFactory, ThemeManagerInterface $themeManager) {
    parent::__construct($config_factory, $typed_config_manager);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.