Skip to content

Instantly share code, notes, and snippets.

@rileyrg
Created May 29, 2017 12:12
Show Gist options
  • Save rileyrg/9ef75da0d933884c2874b5077b883d02 to your computer and use it in GitHub Desktop.
Save rileyrg/9ef75da0d933884c2874b5077b883d02 to your computer and use it in GitHub Desktop.
// 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