You are here

public function Highcharts::setTitle in Charts 8

Parameters

mixed $title:

File

modules/charts_highcharts/src/Settings/Highcharts/Highcharts.php, line 39

Class

Highcharts

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setTitle($title) {
  $this->title = $title;
}