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
This function load the services tagged with gaufrette.adapter.factory ONLY if the services are defined in KnpGaufretteBundle/Resources/config/adapter_factories.xml or are defined (for user-created adapter factories) in the bundle configuration.
So instead of looking for services with the tag gaufrette.adapter.factory in the default container, this configuration force us to specify which services configuration files to load.
It is done on purpose ?
The text was updated successfully, but these errors were encountered:
In KnpGaufretteBundle/DependencyInjection/KnpGaufretteExtension.php, the createAdapterFactories() has not been updated since 8 May 2011.
This function load the services tagged with
gaufrette.adapter.factory
ONLY if the services are defined in KnpGaufretteBundle/Resources/config/adapter_factories.xml or are defined (for user-created adapter factories) in the bundle configuration.Currently, it's working if we are doing this:
So instead of looking for services with the tag
gaufrette.adapter.factory
in the default container, this configuration force us to specify which services configuration files to load.It is done on purpose ?
The text was updated successfully, but these errors were encountered: