You are here

public function ChartArea::jsonSerialize in Charts 8

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

Return value

array

File

modules/charts_google/src/Settings/Google/ChartArea.php, line 25

Class

ChartArea

Namespace

Drupal\charts_google\Settings\Google

Code

public function jsonSerialize() {
  $vars = get_object_vars($this);
  return $vars;
}