public function ChartType::getType in Charts 8.3
Same name in this branch
- 8.3 modules/charts_billboard/src/Settings/Billboard/ChartType.php \Drupal\charts_billboard\Settings\Billboard\ChartType::getType()
- 8.3 modules/charts_c3/src/Settings/CThree/ChartType.php \Drupal\charts_c3\Settings\CThree\ChartType::getType()
Same name and namespace in other branches
- 8 modules/charts_c3/src/Settings/CThree/ChartType.php \Drupal\charts_c3\Settings\CThree\ChartType::getType()
Get Type.
Return value
mixed Type.
File
- modules/
charts_c3/ src/ Settings/ CThree/ ChartType.php, line 18
Class
- ChartType
- Chart Type.
Namespace
Drupal\charts_c3\Settings\CThreeCode
public function getType() {
return $this->type;
}