You are here

protected property BusinessRule::$target_entity_type in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/Entity/BusinessRule.php \Drupal\business_rules\Entity\BusinessRule::target_entity_type

The entity type id which this rule is applicable.

Type: string

File

src/Entity/BusinessRule.php, line 123

Class

BusinessRule
Defines the Rule entity.

Namespace

Drupal\business_rules\Entity

Code

protected $target_entity_type;