You are here

public function ChartCredits::setHref in Charts 8.3

Parameters

mixed $href:

File

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

Class

ChartCredits
Chart Credits.

Namespace

Drupal\charts_highcharts\Settings\Highcharts

Code

public function setHref($href) {
  $this->href = $href;
}