public function Variable::getBusinessRuleItemType in Business Rules 8
Same name and namespace in other branches
- 2.x 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 61
Class
- Variable
- Defines the Variable entity.
Namespace
Drupal\business_rules\EntityCode
public function getBusinessRuleItemType() {
return 'variable';
}