Merge branch '2.8' into 3.3

* 2.8:
  marked method as being internal
This commit is contained in:
Fabien Potencier 2017-12-04 10:21:35 -08:00
commit 0829b79c6d
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ class FormExtension extends AbstractExtension implements InitRuntimeInterface
unset($this->$name);
}
/**
* @internal
*/
public function isRootForm(FormView $formView)
{
return null === $formView->parent;