You are here

public function ChartData::getType in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_c3/src/Settings/CThree/ChartData.php \Drupal\charts_c3\Settings\CThree\ChartData::getType()

Return value

mixed

File

modules/charts_c3/src/Settings/CThree/ChartData.php, line 42

Class

ChartData

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function getType() {
  return $this->type;
}