You are here

public function ChartType::setType 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::setType()
  2. 8.3 modules/charts_c3/src/Settings/CThree/ChartType.php \Drupal\charts_c3\Settings\CThree\ChartType::setType()
Same name and namespace in other branches
  1. 8 modules/charts_c3/src/Settings/CThree/ChartType.php \Drupal\charts_c3\Settings\CThree\ChartType::setType()

Set Type.

Parameters

mixed $type: Type.

File

modules/charts_c3/src/Settings/CThree/ChartType.php, line 28

Class

ChartType
Chart Type.

Namespace

Drupal\charts_c3\Settings\CThree

Code

public function setType($type) {
  $this->type = $type;
}