You are here

public function ChartType::getType in Charts 8.3

Same name in this branch
  1. 8.3 modules/charts_billboard/src/Settings/Billboard/ChartType.php \Drupal\charts_billboard\Settings\Billboard\ChartType::getType()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartType.php \Drupal\charts_c3\Settings\CThree\ChartType::getType()
Same name and namespace in other branches
  1. 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\CThree

Code

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