public function GoogleOptions::getHeight in Charts 8.3
Gets the height of the chart.
Return value
mixed Height.
File
- modules/
charts_google/ src/ Settings/ Google/ GoogleOptions.php, line 512
Class
- GoogleOptions
- Class GoogleOptions.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getHeight() {
return $this->height;
}