public function BusinessRuleInterface::getTargetEntityTypeLabel in Business Rules 2.x
Same name and namespace in other branches
- 8 src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getTargetEntityTypeLabel()
The label of the entity type id which this rule is applicable.
Context: The rule target entity type label.
1 method overrides BusinessRuleInterface::getTargetEntityTypeLabel()
- BusinessRule::getTargetEntityTypeLabel in src/
Entity/ BusinessRule.php - The label of the entity type id which this rule is applicable.
File
- src/
BusinessRuleInterface.php, line 163
Class
- BusinessRuleInterface
- Provides an interface for defining Rule entities.
Namespace
Drupal\business_rulesCode
public function getTargetEntityTypeLabel();