public function Type::getId in Charts 5.0.x
Same name and namespace in other branches
- 8.4 src/Plugin/chart/Type/Type.php \Drupal\charts\Plugin\chart\Type\Type::getId()
Gets the chart type ID.
Return value
string The chart type ID.
Overrides TypeInterface::getId
File
- src/
Plugin/ chart/ Type/ Type.php, line 15
Class
- Type
- Chart type class plugins.
Namespace
Drupal\charts\Plugin\chart\TypeCode
public function getId() {
return $this->pluginDefinition['id'];
}