public function GoogleOptions::getBackgroundColor in Charts 8.3
Return value
mixed
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 430
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getBackgroundColor() {
return $this->backgroundColor;
}