You are here

public function Tooltip::getEnabled in Charts 8.3

Get Enabled.

Return value

bool Enabled.

File

modules/charts_highcharts/src/Settings/Highcharts/Tooltip.php, line 40

Class

Tooltip
Tooltip.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getEnabled() {
  return $this->enabled;
}