You are here

public function GoogleOptions::setRedFrom in Charts 8.3

Parameters

mixed $redFrom:

File

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

Class

GoogleOptions
Class GoogleOptions.

Namespace

Drupal\charts_google\Settings\Google

Code

public function setRedFrom($redFrom) {
  $this->redFrom = $redFrom;
}