You are here

public function ChartsSettingsServiceInterface::getChartsSettings in Charts 5.0.x

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

Get Charts Settings.

Return value

array Charts settings.

1 method overrides ChartsSettingsServiceInterface::getChartsSettings()
ChartsSettingsService::getChartsSettings in src/Services/ChartsSettingsService.php
Get Charts Settings.

File

src/Services/ChartsSettingsServiceInterface.php, line 16

Class

ChartsSettingsServiceInterface
Charts Settings Service Interface.

Namespace

Drupal\charts\Services

Code

public function getChartsSettings();