You are here

interface ChartServiceInterface in Charts 8

Same name and namespace in other branches
  1. 8.4 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
  2. 8.3 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
  3. 5.0.x src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface

Interface ChartServiceInterface.

@package Drupal\charts\Services

Hierarchy

Expanded class hierarchy of ChartServiceInterface

All classes that implement ChartServiceInterface

File

src/Services/ChartServiceInterface.php, line 11

Namespace

Drupal\charts\Services
View source
interface ChartServiceInterface {

  /**
   * @return mixed
   */
  public function getLibrarySelected();

  /**
   * @param $librarySelected
   */
  public function setLibrarySelected($librarySelected);

}

Members