You are here

public function ChartCredits::getHref in Charts 8.3

Return value

mixed

File

modules/charts_highcharts/src/Settings/Highcharts/ChartCredits.php, line 69

Class

ChartCredits
Chart Credits.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function getHref() {
  return $this->href;
}