You are here

public function VariableObject::getType in Business Rules 8

Same name and namespace in other branches
  1. 2.x src/VariableObject.php \Drupal\business_rules\VariableObject::getType()

Get the variable type, usually the plugin id.

Return value

string The variable type.

File

src/VariableObject.php, line 95

Class

VariableObject
Class Variable to be used on BusinessRulesVariable plugins.

Namespace

Drupal\business_rules

Code

public function getType() {
  return $this->type;
}