You are here

ChartServiceInterface.php in Charts 8

File

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

namespace Drupal\charts\Services;


/**
 * Interface ChartServiceInterface.
 *
 * @package Drupal\charts\Services
 */
interface ChartServiceInterface {

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

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

}

Interfaces

Namesort descending Description
ChartServiceInterface Interface ChartServiceInterface.