interface ChartServiceInterface in Charts 5.0.x
Same name and namespace in other branches
- 8.4 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
- 8 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
- 8.3 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
Interface ChartServiceInterface.
@package Drupal\charts\Services
Hierarchy
- interface \Drupal\charts\Services\ChartServiceInterface
Expanded class hierarchy of ChartServiceInterface
All classes that implement ChartServiceInterface
File
- src/Services/ ChartServiceInterface.php, line 10 
Namespace
Drupal\charts\ServicesView source
interface ChartServiceInterface {
  /**
   * Gets the currently selected Library.
   *
   * @return string
   *   Library selected.
   */
  public function getLibrarySelected();
  /**
   * Sets the previously set Library with the newly selected library value.
   *
   * @param string $librarySelected
   *   Library selected.
   */
  public function setLibrarySelected($librarySelected = '');
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| ChartServiceInterface:: | public | function | Gets the currently selected Library. | 1 | 
| ChartServiceInterface:: | public | function | Sets the previously set Library with the newly selected library value. | 1 | 
