public function ItemInterface::label in Business Rules 8
Same name and namespace in other branches
- 2.x src/ItemInterface.php \Drupal\business_rules\ItemInterface::label()
Get the item label.
Return value
string The item label.
Overrides EntityInterface::label
File
- src/
ItemInterface.php, line 148
Class
- ItemInterface
- Class BusinessRuleItemInterface.
Namespace
Drupal\business_rulesCode
public function label();