You are here

public function GoogleOptions::getTitle in Charts 8.3

Same name and namespace in other branches
  1. 8 modules/charts_google/src/Settings/Google/GoogleOptions.php \Drupal\charts_google\Settings\Google\GoogleOptions::getTitle()

Gets the title of the Material Chart. Only Material Charts support titles.

Return value

string Title.

File

modules/charts_google/src/Settings/Google/GoogleOptions.php, line 227

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

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