You are here

public function ChartInterface::getChartName in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x src/Plugin/chart/Library/ChartInterface.php \Drupal\charts\Plugin\chart\Library\ChartInterface::getChartName()

Return the name of the chart.

Return value

string Returns the name as a string.

1 method overrides ChartInterface::getChartName()
ChartBase::getChartName in src/Plugin/chart/Library/ChartBase.php
Return the name of the chart.

File

src/Plugin/chart/Library/ChartInterface.php, line 48

Class

ChartInterface
Defines an interface for Chart plugins.

Namespace

Drupal\charts\Plugin\chart\Library

Code

public function getChartName();