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\EntityCode
public function getLabel() {
return $this
->label();
}
public function getLabel() {
return $this
->label();
}