public function ChartsSettingsServiceInterface::getChartsSettings in Charts 8.3
Same name and namespace in other branches
- 8.4 src/Services/ChartsSettingsServiceInterface.php \Drupal\charts\Services\ChartsSettingsServiceInterface::getChartsSettings()
- 5.0.x 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\ServicesCode
public function getChartsSettings();