You are here

public function GoogleOptions::setYellowTo in Charts 8.3

Parameters

mixed $yellowTo:

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setYellowTo($yellowTo) {
  $this->yellowTo = $yellowTo;
}