You are here

public function BillboardChart::setBindTo in Charts 8.3

Set Bind to.

Parameters

mixed $bindto: Bind to.

File

modules/charts_billboard/src/Settings/Billboard/BillboardChart.php, line 142

Class

BillboardChart
BillboardChart.

Namespace

Drupal\charts_billboard\Settings\Billboard

Code

public function setBindTo($bindto) {
  $this->bindto = $bindto;
}