public function ChartInterface::getChartName in Charts 8.3
Return the name of the chart.
Return value
string Returns the name as a string.
1 method overrides ChartInterface::getChartName()
- AbstractChart::getChartName in src/
Plugin/ chart/ AbstractChart.php - Get Chart Name.
File
- src/
Plugin/ chart/ ChartInterface.php, line 38
Class
- ChartInterface
- Defines an interface for Chart plugins.
Namespace
Drupal\charts\Plugin\chartCode
public function getChartName();