You are here

public function ChartService::getLibrarySelected in Charts 8

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

Gets the currently selected Library.

Return value

string $librarySelected.

Overrides ChartServiceInterface::getLibrarySelected

File

src/Services/ChartService.php, line 23

Class

ChartService
Service class necessary for getting and setting the state of the currently selected Library.

Namespace

Drupal\charts\Services

Code

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