You are here

public function BusinessRuleInterface::getTargetBundle in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/BusinessRuleInterface.php \Drupal\business_rules\BusinessRuleInterface::getTargetBundle()

The target entity bundle id which this rule is applicable.

Context: The rule target bundle id.

1 method overrides BusinessRuleInterface::getTargetBundle()
BusinessRule::getTargetBundle in src/Entity/BusinessRule.php
The target entity bundle id which this rule is applicable.

File

src/BusinessRuleInterface.php, line 139

Class

BusinessRuleInterface
Provides an interface for defining Rule entities.

Namespace

Drupal\business_rules

Code

public function getTargetBundle();