You are here

public function FarmIDTagType::getLabel in farmOS 2.x

Returns the ID tag type label.

Return value

string The ID tag type label.

Overrides FarmIDTagTypeInterface::getLabel

File

modules/core/id_tag/src/Entity/FarmIDTagType.php, line 57

Class

FarmIDTagType
Defines the FarmIDTagType entity.

Namespace

Drupal\farm_id_tag\Entity

Code

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