'ShopwarePlugins' =>
$this->config
['plugin_directories'
]['ShopwarePlugins'
],
'ProjectPlugins' =>
$this->config
['plugin_directories'
]['ProjectPlugins'
],
] );
$plugins =
$initializer->
initializePlugins();
ksort($plugins);
$this->bundles =
array_merge($this->bundles,
$plugins);
$this->activePlugins =
$initializer->
getActivePlugins();
$this->pluginHash =
$this->
createPluginHash($this->bundles
);
} /**
* Loads the shopware configuration, which will be injected into
* the Shopware_Application.
* The shopware configuration is required before the shopware application booted,
* to pass the configuration to the Symfony di container.
*
* @throws Exception
*/