comparison core/modules/path/src/Controller/PathController.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
57 * 57 *
58 * @param \Symfony\Component\HttpFoundation\Request $request 58 * @param \Symfony\Component\HttpFoundation\Request $request
59 * The request object. 59 * The request object.
60 * 60 *
61 * @return array 61 * @return array
62 * A render array as expected by drupal_render(). 62 * A render array as expected by
63 * \Drupal\Core\Render\RendererInterface::render().
63 */ 64 */
64 public function adminOverview(Request $request) { 65 public function adminOverview(Request $request) {
65 $keys = $request->query->get('search'); 66 $keys = $request->query->get('search');
66 // Add the filter form above the overview table. 67 // Add the filter form above the overview table.
67 $build['path_admin_filter_form'] = $this->formBuilder()->getForm('Drupal\path\Form\PathFilterForm', $keys); 68 $build['path_admin_filter_form'] = $this->formBuilder()->getForm('Drupal\path\Form\PathFilterForm', $keys);