You are here

public function GoogleOptions::setTitle in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_google/src/Settings/Google/GoogleOptions.php \Drupal\charts_google\Settings\Google\GoogleOptions::setTitle()

Parameters

mixed $title:

File

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

Class

GoogleOptions

Namespace

Drupal\charts_google\Settings\Google

Code

public function setTitle($title) {
  $this->title = $title;
}