You are a developer and looking for Shopware projects?
Apply Now!
OrderBundle example
new
ESIndexingBundle
(
)
,
new
FormBundle
(
)
,
new
MailBundle
(
)
,
new
MediaBundle
(
)
,
new
PluginInstallerBundle
(
)
,
new
SearchBundle
(
)
,
new
SearchBundleDBAL
(
)
,
new
SearchBundleES
(
)
,
new
SitemapBundle
(
)
,
new
StaticContentBundle
(
)
,
new
StoreFrontBundle
(
)
,
new
OrderBundle
(
)
,
]
;
}
protected
function
initializePlugins
(
)
{
$initializer
=
new
PluginInitializer
(
$this
->connection,
[
'ShopwarePlugins' =>
$this
->config
[
'plugin_directories'
]
[
'ShopwarePlugins'
]
,
'ProjectPlugins' =>
$this
->config
[
'plugin_directories'
]
[
'ProjectPlugins'
]
,
]
)
;