Wstukuję:
Kod
debug:router --show-controllers
i widzę np Kod
sylius_shop_partial_product_index_latest GET ANY ANY /_partial/products/latest/{count} sylius.controller.product:indexAction
format kontrolera (sylius.controller.product:indexAction) nie wygląda mi na format logical name (AppBundle:Blog:show) ani fully-qualified class name (AppBundle\Controller\BlogController::showAction).
Jak mam znaleźć ten kontroler w kodzie projektu?
(tu są wszystkie Bundle tego projektu https://github.com/Sylius/Sylius/tree/maste.../Sylius/Bundle )