public function ItemInterface::getTypeLabel in Business Rules 2.x
Same name and namespace in other branches
- 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_rulesCode
public function getTypeLabel();