You are here

public function TypeInterface::getLabel in Charts 8.4

Same name and namespace in other branches
  1. 5.0.x src/Plugin/chart/Type/TypeInterface.php \Drupal\charts\Plugin\chart\Type\TypeInterface::getLabel()

Gets the chart type label.

Return value

string The chart type label.

1 method overrides TypeInterface::getLabel()
Type::getLabel in src/Plugin/chart/Type/Type.php
Gets the chart type label.

File

src/Plugin/chart/Type/TypeInterface.php, line 24

Class

TypeInterface
Defines an interface for Chart type plugins.

Namespace

Drupal\charts\Plugin\chart\Type

Code

public function getLabel();