FOSElasticaBundle/DependencyInjection
Jeremy Mikola b360a36737 [Provider] Create ProviderRegistry service (BC break)
This introduces a registry service for persistence providers.

Previously, tagging one or more provider services would cause AddProviderPass to clobber the default providers created by the bundle's extension class. Now, the extension class tags its created providers and allows them to be registered via RegisterProvidersPass just like custom providers.

BC break: Custom providers tagged "foq_elastica.provider" must now specify a "type" attribute on their tag. An "index" attribute is optional (the default ES index will be used by default).
2012-03-12 12:07:51 -04:00
..
Compiler [Provider] Create ProviderRegistry service (BC break) 2012-03-12 12:07:51 -04:00
Configuration.php Added null_value to mapping configuration 2012-02-27 20:11:25 +00:00
FOQElasticaExtension.php [Provider] Create ProviderRegistry service (BC break) 2012-03-12 12:07:51 -04:00