public function ItemInterface::getVariables in Business Rules 2.x
Same name and namespace in other branches
- 8 src/ItemInterface.php \Drupal\business_rules\ItemInterface::getVariables()
Get the variables being used by the item.
Return value
\Drupal\business_rules\VariablesSet The variables being used by the item.
1 method overrides ItemInterface::getVariables()
- BusinessRulesItemBase::getVariables in src/
Entity/ BusinessRulesItemBase.php - Get the variables being used by the item.
File
- src/
ItemInterface.php, line 132
Class
- ItemInterface
- Class BusinessRuleItemInterface.
Namespace
Drupal\business_rulesCode
public function getVariables();