You are here

public function FarmStructureType::getLabel in farmOS 2.x

Returns the structure type label.

Return value

string The structure type label.

Overrides FarmStructureTypeInterface::getLabel

File

modules/asset/structure/src/Entity/FarmStructureType.php, line 49

Class

FarmStructureType
Defines the FarmStructureType entity.

Namespace

Drupal\farm_structure\Entity

Code

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