public function GoogleOptions::setColors in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_google/src/Settings/Google/GoogleOptions.php \Drupal\charts_google\Settings\Google\GoogleOptions::setColors()
Parameters
mixed $colors:
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 78
Class
Namespace
Drupal\charts_google\Settings\GoogleCode
public function setColors($colors) {
$this->colors = $colors;
}