You are here

public function ChartsSettingsService::__construct in Charts 5.0.x

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

Construct.

Parameters

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

File

src/Services/ChartsSettingsService.php, line 25

Class

ChartsSettingsService
Charts Settings Service.

Namespace

Drupal\charts\Services

Code

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