willdurand / BazingaHateoasBundle

Integration of the Hateoas library into Symfony.
MIT License
294 stars 59 forks source link

Xml Configuration #78

Closed AlessandroMinoccheri closed 5 years ago

AlessandroMinoccheri commented 6 years ago

Is possible to specify inside the config file that hateoas use xml for every entity instead of annotation?

goetas commented 5 years ago

The hateoas bundle looks always for yaml, xml and annotation based metadata. If you want to disable annotations you will have to edit the hateoas.configuration.metadata.chain_driver service removing the annotations driver