public function ChartArea::jsonSerialize in Charts 8.3
Same name and namespace in other branches
- 8 modules/charts_google/src/Settings/Google/ChartArea.php \Drupal\charts_google\Settings\Google\ChartArea::jsonSerialize()
Json Serialize.
Return value
array Json Serialize.
File
- modules/
charts_google/ src/ Settings/ Google/ ChartArea.php, line 126
Class
- ChartArea
- Class ChartArea.
Namespace
Drupal\charts_google\Settings\GoogleCode
public function jsonSerialize() {
$vars = get_object_vars($this);
return $vars;
}