Issue #2336405 by tim.plunkett: Fixed Follow-up: FormStateInterface::getGroups() should return by reference.

8.0.x
Alex Pott 2014-09-11 00:46:36 +01:00
parent c560898ac6
commit 949cb6313b
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ interface FormStateInterface {
*
* @return array
*/
public function getGroups();
public function &getGroups();
/**
* Sets that this form has a file element.