You are here

public function ItemInterface::label in Business Rules 8

Same name and namespace in other branches
  1. 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_rules

Code

public function label();