You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm one of Drupal 8's core developers exploring how we can best use Symfony's ContainerBuilder. In general, I really like it.
One thing I'd like to use it for is to replace our current cache() function. We have other similar use-cases, but this one demonstrates the essentials. The key feature needed here is the ability to return a different service object for each "bin" without needing to define every bin individually.
While we can add the above class to Drupal, I'm wondering two things:
Is this something that's of interest to Symfony, and if so, is it possible for it to make it into 2.1 (I'm happy to spend time refining it based on any feedback)?
If not of interest to Symfony, do you think it's a flawed approach in general, and if so, do you have suggestions for another approach we should consider?