public function ChartArea::getWidth in Charts 8
Same name and namespace in other branches
- 8.3 modules/charts_google/src/Settings/Google/ChartArea.php \Drupal\charts_google\Settings\Google\ChartArea::getWidth()
Return value
mixed
File
- modules/
charts_google/ src/ Settings/ Google/ ChartArea.php, line 11
Class
Namespace
Drupal\charts_google\Settings\GoogleCode
public function getWidth() {
return $this->width;
}