You are here

public function ChartServiceInterface::getLibrarySelected in Charts 8

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

Return value

mixed

1 method overrides ChartServiceInterface::getLibrarySelected()
ChartService::getLibrarySelected in src/Services/ChartService.php
Gets the currently selected Library.

File

src/Services/ChartServiceInterface.php, line 16

Class

ChartServiceInterface
Interface ChartServiceInterface.

Namespace

Drupal\charts\Services

Code

public function getLibrarySelected();