You are here

public function PlanTypeInterface::getLabel in farmOS 2.x

Gets the plan type label.

Return value

string The plan type label.

1 method overrides PlanTypeInterface::getLabel()
PlanTypeBase::getLabel in modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeBase.php
Gets the plan type label.

File

modules/core/entity/src/Plugin/Plan/PlanType/PlanTypeInterface.php, line 18

Class

PlanTypeInterface
Defines the interface for plan types.

Namespace

Drupal\farm_entity\Plugin\Plan\PlanType

Code

public function getLabel();