public function ChartService::getLibrarySelected in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartService.php \Drupal\charts\Services\ChartService::getLibrarySelected()
- 8.3 src/Services/ChartService.php \Drupal\charts\Services\ChartService::getLibrarySelected()
- 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\ServicesCode
public function getLibrarySelected() {
return $this->librarySelected;
}