You are here

public function BackgroundImageSettings::__construct in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 src/BackgroundImageSettings.php \Drupal\background_image\BackgroundImageSettings::__construct()
  2. 2.x src/BackgroundImageSettings.php \Drupal\background_image\BackgroundImageSettings::__construct()

File

src/BackgroundImageSettings.php, line 23

Class

BackgroundImageSettings

Namespace

Drupal\background_image

Code

public function __construct() {
  $this->name = 'background_image.settings.fake';
  $this->typedConfigManager = \Drupal::service('config.typed');
}