You are here

public function CThree::getTitle in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_c3/src/Settings/CThree/CThree.php \Drupal\charts_c3\Settings\CThree\CThree::getTitle()

Return value

mixed

File

modules/charts_c3/src/Settings/CThree/CThree.php, line 15

Class

CThree

Namespace

Drupal\charts_c3\Settings\CThree

Code

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