first step for tag list and add Pagerfanta for paginator
<?phpnamespaceIRI\Bundle\WikiTagBundle\Entity;useDoctrine\ORM\EntityRepository;/** * TagRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */classTagRepositoryextendsEntityRepository{}