'roblib_search_results', '#query' => $query, ]; } /** * Display the markup. * * @return array * A renderable array. */ public function bookResults($query = NULL) { return [ '#theme' => 'roblib_search_results', '#query' => $query, ]; } }