You are here

public function PlanInterface::getBundleLabel in farmOS 2.x

Gets the label of the the plan type.

Return value

string The label of the plan type.

1 method overrides PlanInterface::getBundleLabel()
Plan::getBundleLabel in modules/core/plan/src/Entity/Plan.php
Gets the label of the the plan type.

File

modules/core/plan/src/Entity/PlanInterface.php, line 80

Class

PlanInterface
Provides an interface for defining plan entities.

Namespace

Drupal\plan\Entity

Code

public function getBundleLabel();