You are here

public function Variable::getBusinessRuleItemType in Business Rules 2.x

Same name and namespace in other branches
  1. 8 src/Entity/Variable.php \Drupal\business_rules\Entity\Variable::getBusinessRuleItemType()

Get the Item type: action|condition.

Return value

string The item type: action|condition.

Overrides ItemInterface::getBusinessRuleItemType

File

src/Entity/Variable.php, line 82

Class

Variable
Defines the Variable entity.

Namespace

Drupal\business_rules\Entity

Code

public function getBusinessRuleItemType() {
  return 'variable';
}