interface ChartServiceInterface in Charts 8
Same name and namespace in other branches
- 8.4 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
- 8.3 src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
- 5.0.x src/Services/ChartServiceInterface.php \Drupal\charts\Services\ChartServiceInterface
Interface ChartServiceInterface.
@package Drupal\charts\Services
Hierarchy
- interface \Drupal\charts\Services\ChartServiceInterface
Expanded class hierarchy of ChartServiceInterface
All classes that implement ChartServiceInterface
File
- src/
Services/ ChartServiceInterface.php, line 11
Namespace
Drupal\charts\ServicesView source
interface ChartServiceInterface {
/**
* @return mixed
*/
public function getLibrarySelected();
/**
* @param $librarySelected
*/
public function setLibrarySelected($librarySelected);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ChartServiceInterface:: |
public | function | 1 | |
ChartServiceInterface:: |
public | function | 1 |