You are here

8 calls to BusinessRulesItemBase::getType() in Business Rules 2.x

Action::execute in src/Entity/Action.php
Execute the action.
BusinessRulesItemBase::calculateDependencies in src/Entity/BusinessRulesItemBase.php
Calculates dependencies and stores them in the dependency property.
BusinessRulesItemBase::getReactOnEvents in src/Entity/BusinessRulesItemBase.php
Get the reactsOn ids applicable for the item.
BusinessRulesItemBase::getTypeLabel in src/Entity/BusinessRulesItemBase.php
Get the readable Type label.
BusinessRulesItemBase::getVariables in src/Entity/BusinessRulesItemBase.php
Get the variables being used by the item.
BusinessRulesItemBase::isContextDependent in src/Entity/BusinessRulesItemBase.php
Is the item context dependent?
Condition::process in src/Entity/Condition.php
Process the condition.
Variable::evaluate in src/Entity/Variable.php
Evaluate the variable.