You are here

public function ItemInterface::getTypeLabel in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/ItemInterface.php \Drupal\business_rules\ItemInterface::getTypeLabel()

Get the readable Type label.

Return value

string The readable Type label.

1 method overrides ItemInterface::getTypeLabel()
BusinessRulesItemBase::getTypeLabel in src/Entity/BusinessRulesItemBase.php
Get the readable Type label.

File

src/ItemInterface.php, line 116

Class

ItemInterface
Class BusinessRuleItemInterface.

Namespace

Drupal\business_rules

Code

public function getTypeLabel();