From 9a819c4183df86f5d1fa2ca577addef0db66ff28 Mon Sep 17 00:00:00 2001 From: Artur 'Wodor' Wielogorski Date: Fri, 26 Aug 2016 14:42:43 +0100 Subject: [PATCH] Note about bundle priority for PrependExtensionInterface --- bundles/prepend_extension.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/prepend_extension.rst b/bundles/prepend_extension.rst index f4a0aff3cc9..5c04df8e3c2 100644 --- a/bundles/prepend_extension.rst +++ b/bundles/prepend_extension.rst @@ -131,3 +131,8 @@ The above would be the equivalent of writing the following into the // ... 'use_acme_goodbye' => false, )); + +More than one bundle using PrependExtensionInterface +---------------------------------------------------- + +When there is more than one bundle prepending the same extension and defining the same key, the bundle that is registered **first** will take priority and next bundles won't override this specific config setting.