Created
May 29, 2017 12:12
-
-
Save rileyrg/9ef75da0d933884c2874b5077b883d02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// parameters to template | |
return $this->render( | |
'person/list.html.twig', | |
array( | |
'filterlink' => $filterlink, | |
'personForm' => $personForm->createView(), | |
'pagination' => $pagination | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment