@@ -148,6 +148,14 @@ class NestedForm extends WidgetForm
return $input;
}
+ /**
+ * @return mixed
+ */
+ public function getParentKey()
+ {
+ return $this->form->getKey();
+ }
+
/**
* Get key for current form.
*