You are here

public function AbstractChartOverride::getName in Charts 8.3

Get Chart Settings Name.

Return value

string

Overrides ChartOverrideInterface::getName

File

src/Plugin/override/AbstractChartOverride.php, line 31

Class

AbstractChartOverride
Base class Chart Settings plugins.

Namespace

Drupal\charts\Plugin\override

Code

public function getName() {
  return $this->pluginDefinition['name'];
}