You are here

public function ChartServiceInterface::setLibrarySelected in Charts 8.4

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

Sets the previously set Library with the newly selected library value.

Parameters

string $librarySelected: Library selected.

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 26

Class

ChartServiceInterface
Interface ChartServiceInterface.

Namespace

Drupal\charts\Services

Code

public function setLibrarySelected($librarySelected = '');