You are here

public function ChartService::getLibrarySelected in Charts 5.0.x

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

Gets the currently selected Library.

Return value

string Library selected.

Overrides ChartServiceInterface::getLibrarySelected

File

src/Services/ChartService.php, line 22

Class

ChartService
Service class for getting and setting the currently selected library's state.

Namespace

Drupal\charts\Services

Code

public function getLibrarySelected() {
  return $this->librarySelected;
}