You are here

public function Xaxis::getLabels in Charts 8

Same name and namespace in other branches
  1. 8.3 modules/charts_highcharts/src/Settings/Highcharts/Xaxis.php \Drupal\charts_highcharts\Settings\Highcharts\Xaxis::getLabels()

Return value

mixed

File

modules/charts_highcharts/src/Settings/Highcharts/Xaxis.php, line 41

Class

Xaxis

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getLabels() {
  return $this->labels;
}