You are here

public function Currency::setLabel in Currency 8.3

File

src/Entity/Currency.php, line 211

Class

Currency
Defines a currency entity class.

Namespace

Drupal\currency\Entity

Code

public function setLabel($label) {
  $this->label = $label;
  return $this;
}