You are here

public function ChartType::getChartType in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_google/src/Settings/Google/ChartType.php \Drupal\charts_google\Settings\Google\ChartType::getChartType()

Return value

mixed

File

modules/charts_google/src/Settings/Google/ChartType.php, line 11

Class

ChartType

Namespace

Drupal\charts_google\Settings\Google

Code

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