You are here

public function ChartAxes::jsonSerialize in Charts 8.3

Json Serialize.

Return value

array Json Serialize.

File

modules/charts_google/src/Settings/Google/ChartAxes.php, line 456

Class

ChartAxes
Class ChartAxes.

Namespace

Drupal\charts_google\Settings\Google

Code

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