public function GoogleOptions::getSubTitle in Charts 8.3
Get Subtitle.
Gets the subtitle of the Material Chart. Only Material Charts support subtitle.
Return value
string Subtitle.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 250
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getSubTitle() {
return $this->subTitle;
}