You are here

public function ChartServiceInterface::getLibrarySelected in Charts 5.0.x

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

Gets the currently selected Library.

Return value

string Library selected.

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

File

src/Services/ChartServiceInterface.php, line 18

Class

ChartServiceInterface
Interface ChartServiceInterface.

Namespace

Drupal\charts\Services

Code

public function getLibrarySelected();