public function BackgroundImageSettings::__construct in Background Image 2.0.x
Same name and namespace in other branches
- 8 src/BackgroundImageSettings.php \Drupal\background_image\BackgroundImageSettings::__construct()
- 2.x src/BackgroundImageSettings.php \Drupal\background_image\BackgroundImageSettings::__construct()
File
- src/
BackgroundImageSettings.php, line 23
Class
Namespace
Drupal\background_imageCode
public function __construct() {
$this->name = 'background_image.settings.fake';
$this->typedConfigManager = \Drupal::service('config.typed');
}