You are here

public function FarmIDTagTypeInterface::getLabel in farmOS 2.x

Returns the ID tag type label.

Return value

string The ID tag type label.

1 method overrides FarmIDTagTypeInterface::getLabel()
FarmIDTagType::getLabel in modules/core/id_tag/src/Entity/FarmIDTagType.php
Returns the ID tag type label.

File

modules/core/id_tag/src/Entity/FarmIDTagTypeInterface.php, line 20

Class

FarmIDTagTypeInterface
Provides an interface for defining FarmIDTagType config entities.

Namespace

Drupal\farm_id_tag\Entity

Code

public function getLabel();