public function ItemInterface::getTargetBundle in Business Rules 2.x
Same name and namespace in other branches
- 8 src/ItemInterface.php \Drupal\business_rules\ItemInterface::getTargetBundle()
Return the target entity bundle id which this item is applicable.
Return value
string The target entity bundle id which this item is applicable.
1 method overrides ItemInterface::getTargetBundle()
- BusinessRulesItemBase::getTargetBundle in src/
Entity/ BusinessRulesItemBase.php - Return the target entity bundle id which this item is applicable.
File
- src/
ItemInterface.php, line 92
Class
- ItemInterface
- Class BusinessRuleItemInterface.
Namespace
Drupal\business_rulesCode
public function getTargetBundle();