@@ -1369,6 +1369,18 @@ class Form implements Renderable
return $this;
}
+ /**
+ * @param array $vars
+ *
+ * @return $this
+ */
+ public function addVariables(array $vars)
+ {
+ $this->builder->addVariables($vars);
+
+ return $this;
+ }
/**
* Get or set title for form.
*