You are here

public function VariablesSet::getVariables in Business Rules 2.x

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

Return all variables.

Return value

array Array of variables.

File

src/VariablesSet.php, line 83

Class

VariablesSet
Class VariablesSet to be returned on each BusinessRulesVariable plugin.

Namespace

Drupal\business_rules

Code

public function getVariables() {
  return $this->variables;
}