You are here

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

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

Code

public function getTargetEntityType();