You are here

ChartsSettingsServiceInterface.php in Charts 5.0.x

File

src/Services/ChartsSettingsServiceInterface.php
View source
<?php

namespace Drupal\charts\Services;


/**
 * Charts Settings Service Interface.
 */
interface ChartsSettingsServiceInterface {

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

}

Interfaces

Namesort descending Description
ChartsSettingsServiceInterface Charts Settings Service Interface.