public function VariableObject::getId in Business Rules 8
Same name and namespace in other branches
- 2.x src/VariableObject.php \Drupal\business_rules\VariableObject::getId()
Get the variable id.
Return value
string The variable id.
File
- src/
VariableObject.php, line 55
Class
- VariableObject
- Class Variable to be used on BusinessRulesVariable plugins.
Namespace
Drupal\business_rulesCode
public function getId() {
return $this->id;
}