You are here

public function ChartjsChart::getType in Charts 8.3

Get Type.

Return value

mixed Type.

File

modules/charts_chartjs/src/Settings/Chartjs/ChartjsChart.php, line 53

Class

ChartjsChart
Class ChartjsChart.

Namespace

Drupal\charts_chartjs\Settings\Chartjs

Code

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