I have used Symfony's command line tool to generate CRUD functionality for an entity in my application.
According to the documentation the twig view files are based on templates within the Sensio Generator bundle.
Are a separate set of files are generated exclusively for that particular entity whenever the 'doctrine:generate:crud' command is run?
OR
No twig files are generated, all entities that have CRUD functionality generated using the command line tool use the twig template files in the Sensio Generator bundle.
If the former is correct, can anyone tell me the directory for these twig files pls?
I hope my question makes sense. Appreciate the help.