You are here

public function BillboardChart::getTitle in Charts 8.3

Get Title.

Return value

mixed Title.

File

modules/charts_billboard/src/Settings/Billboard/BillboardChart.php, line 72

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

public function getTitle() {
  return $this->title;
}