You are here

public function ChartsSettingsService::__construct in Charts 8.3

Same name and namespace in other branches
  1. 8.4 src/Services/ChartsSettingsService.php \Drupal\charts\Services\ChartsSettingsService::__construct()
  2. 5.0.x src/Services/ChartsSettingsService.php \Drupal\charts\Services\ChartsSettingsService::__construct()

Construct.

Parameters

ConfigFactoryInterface $config_factory: Config factory.

File

src/Services/ChartsSettingsService.php, line 20

Class

ChartsSettingsService
Charts Settings Service.

Namespace

Drupal\charts\Services

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  $this->configFactory = $config_factory;
}