You are here

public function Currency::getLabel in Currency 8.3

File

src/Entity/Currency.php, line 156

Class

Currency
Defines a currency entity class.

Namespace

Drupal\currency\Entity

Code

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