You are here

public function FarmLabTestTypeInterface::getLabel in farmOS 2.x

Returns the lab test type label.

Return value

string The lab test type label.

1 method overrides FarmLabTestTypeInterface::getLabel()
FarmLabTestType::getLabel in modules/log/lab_test/src/Entity/FarmLabTestType.php
Returns the lab test type label.

File

modules/log/lab_test/src/Entity/FarmLabTestTypeInterface.php, line 20

Class

FarmLabTestTypeInterface
Provides an interface for defining FarmLabTestType config entities.

Namespace

Drupal\farm_lab_test\Entity

Code

public function getLabel();