$request->data()

Returns an array of request data coming through the query and the post body.

  • return (array)
dump(kirby()->request()->data());