public function TypeInterface::getLabel in Charts 5.0.x
Same name and namespace in other branches
- 8.4 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\TypeCode
public function getLabel();