interface ChartsSettingsServiceInterface in Charts 8.3
Same name and namespace in other branches
- 8.4 src/Services/ChartsSettingsServiceInterface.php \Drupal\charts\Services\ChartsSettingsServiceInterface
- 5.0.x src/Services/ChartsSettingsServiceInterface.php \Drupal\charts\Services\ChartsSettingsServiceInterface
Charts Settings Service Interface.
Hierarchy
- interface \Drupal\charts\Services\ChartsSettingsServiceInterface
Expanded class hierarchy of ChartsSettingsServiceInterface
All classes that implement ChartsSettingsServiceInterface
1 file declares its use of ChartsSettingsServiceInterface
- ChartsApiExample.php in modules/
charts_api_example/ src/ Controller/ ChartsApiExample.php
File
- src/
Services/ ChartsSettingsServiceInterface.php, line 8
Namespace
Drupal\charts\ServicesView source
interface ChartsSettingsServiceInterface {
/**
* Get Charts Settings.
*
* @return array
* Charts settings.
*/
public function getChartsSettings();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChartsSettingsServiceInterface:: |
public | function | Get Charts Settings. | 1 |