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
The initialized() method has been added to the container in order to check whether a service is already initialized quite late during Symfony 2 development (#3557). In order to prevent a BC break a new interface was added (IntrospectableContainerInterface).
Let's clean that up in 3.0 and move initialized() to the ContainerInterface and drop IntrospectableContainerInterface.