You are here

interface ChartsSettingsServiceInterface in Charts 5.0.x

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

Charts Settings Service Interface.

Hierarchy

Expanded class hierarchy of ChartsSettingsServiceInterface

All classes that implement ChartsSettingsServiceInterface

2 files declare their use of ChartsSettingsServiceInterface
Chart.php in src/Element/Chart.php
ChartsApiExample.php in modules/charts_api_example/src/Controller/ChartsApiExample.php

File

src/Services/ChartsSettingsServiceInterface.php, line 8

Namespace

Drupal\charts\Services
View source
interface ChartsSettingsServiceInterface {

  /**
   * Get Charts Settings.
   *
   * @return array
   *   Charts settings.
   */
  public function getChartsSettings();

}

Members