Prezent / prezent-grid-bundle

Integrate prezent-grid in Symfony
MIT License
6 stars 3 forks source link

Use service locator for lazy loading grid types and extensions #14

Closed voronkovich closed 2 years ago

voronkovich commented 2 years ago

I copied and adopted the code from Symfony\Component\Form\DependencyInjection\FormPass. The documentation about usage of the register method see here: https://symfony.com/doc/current/service_container/service_subscribers_locators.html#using-service-locators-in-compiler-passes.

sandermarechal commented 2 years ago

This looks pretty cool! Thank you! Sorry it took some time to get around to. Merged.

sandermarechal commented 2 years ago

I've tagged 0.7.0 with this.