You are here

public function WorkableItem::getLabel in Drupal PM (Project Management) 4.x

Overrides WorkableItemInterface::getLabel

File

modules/pm_project/src/Entity/WorkableItem.php, line 143

Class

WorkableItem
Provides Workable Item.

Namespace

Drupal\pm_project\Entity

Code

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