public function ChartServiceInterface::setLibrarySelected in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface::setLibrarySelected()
- 8.3 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface::setLibrarySelected()
- 5.0.x src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface::setLibrarySelected()
Parameters
$librarySelected:
1 method overrides ChartServiceInterface::setLibrarySelected()
- ChartService::setLibrarySelected in src/
Services/ ChartService.php - Sets the previously set Library with the newly selected library value.
File
- src/
Services/ ChartServiceInterface.php, line 21
Class
- ChartServiceInterface
- Interface ChartServiceInterface.
Namespace
Drupal\charts\ServicesCode
public function setLibrarySelected($librarySelected);