ChartsSettingsServiceInterface.php in Charts 8.4
Same filename and directory in other branches
Namespace
Drupal\charts\ServicesFile
src/Services/ChartsSettingsServiceInterface.phpView source
<?php
namespace Drupal\charts\Services;
/**
* Charts Settings Service Interface.
*/
interface ChartsSettingsServiceInterface {
/**
* Get Charts Settings.
*
* @return array
* Charts settings.
*/
public function getChartsSettings();
}
Interfaces
Name | Description |
---|---|
ChartsSettingsServiceInterface | Charts Settings Service Interface. |