You are here

11 calls to BusinessRulesItemObject::itemsArrayToItemsObject() in Business Rules 8

Action::calculateDependencies in src/Entity/Action.php
Calculates dependencies and stores them in the dependency property.
ActionSet::execute in src/Plugin/BusinessRulesAction/ActionSet.php
Execute the action.
BusinessRule::getItems in src/Entity/BusinessRule.php
The Business rule's items.
Condition::calculateDependencies in src/Entity/Condition.php
Calculates dependencies and stores them in the dependency property.
Condition::getFailItems in src/Entity/Condition.php
Get all condition's fail items.
Condition::getSuccessItems in src/Entity/Condition.php
Get all condition's success items.
Flowchart::mountMatrix in src/Util/Flowchart/Flowchart.php
Mount the graph matrix.
LogicalAnd::process in src/Plugin/BusinessRulesCondition/LogicalAnd.php
Process the condition.
LogicalOr::process in src/Plugin/BusinessRulesCondition/LogicalOr.php
Process the condition.
LoopThroughFieldVariable::execute in src/Plugin/BusinessRulesAction/LoopThroughFieldVariable.php
Execute the action.
LoopThroughViewResult::execute in src/Plugin/BusinessRulesAction/LoopThroughViewResult.php
Execute the action.