public function QuantityInterface::getBundleLabel in farmOS 2.x
Gets the label of the the quantity type.
Return value
string The label of the quantity type.
1 method overrides QuantityInterface::getBundleLabel()
- Quantity::getBundleLabel in modules/
core/ quantity/ src/ Entity/ Quantity.php - Gets the label of the the quantity type.
File
- modules/
core/ quantity/ src/ Entity/ QuantityInterface.php, line 42
Class
- QuantityInterface
- Provides an interface for defining quantity entities.
Namespace
Drupal\quantity\EntityCode
public function getBundleLabel();