You are here

public function ChartData::getType in Charts 8.3

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

Get Type.

Return value

mixed Type.

File

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

Class

ChartData
Chart Data.

Namespace

Drupal\charts_c3\Settings\CThree

Code

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