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