You are here

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

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

Get the Item type: action|condition.

Return value

string The item type: action|condition.

3 methods override ItemInterface::getBusinessRuleItemType()
Action::getBusinessRuleItemType in src/Entity/Action.php
Get the Item type: action|condition.
Condition::getBusinessRuleItemType in src/Entity/Condition.php
Get the Item type: action|condition.
Variable::getBusinessRuleItemType in src/Entity/Variable.php
Get the Item type: action|condition.

File

src/ItemInterface.php, line 49

Class

ItemInterface
Class BusinessRuleItemInterface.

Namespace

Drupal\business_rules

Code

public function getBusinessRuleItemType();