I don\'t have any problem to get all the result of a table using :
$items = $this->getDoctrine() ->getRepository(Item::class) ->findAll();