You are here

public function FarmLandType::getLabel in farmOS 2.x

Returns the land type label.

Return value

string The land type label.

Overrides FarmLandTypeInterface::getLabel

File

modules/asset/land/src/Entity/FarmLandType.php, line 49

Class

FarmLandType
Defines the FarmLandType entity.

Namespace

Drupal\farm_land\Entity

Code

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