You are here

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

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

Code

public function getTargetBundle();