You are here

public function FarmLandTypeInterface::getLabel in farmOS 2.x

Returns the land type label.

Return value

string The land type label.

1 method overrides FarmLandTypeInterface::getLabel()
FarmLandType::getLabel in modules/asset/land/src/Entity/FarmLandType.php
Returns the land type label.

File

modules/asset/land/src/Entity/FarmLandTypeInterface.php, line 20

Class

FarmLandTypeInterface
Provides an interface for defining FarmLandType config entities.

Namespace

Drupal\farm_land\Entity

Code

public function getLabel();