You are here

public function ItemInterface::getVariables in Business Rules 8

Same name and namespace in other branches
  1. 2.x 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_rules

Code

public function getVariables();