You are here

public function HighchartsOptions::getExporting in Charts 8.3

Get exporting options.

Return value

\Drupal\charts_highcharts\Settings\Highcharts\ExportingOptions|null The exporting options.

File

modules/charts_highcharts/src/Settings/Highcharts/HighchartsOptions.php, line 242

Class

HighchartsOptions
Highcharts.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getExporting() {
  return $this->exporting;
}