Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
createSystemConfigOptions example
$this
->
createRules
(
$connection
)
;
$this
->
createMailTemplateTypes
(
$connection
)
;
$this
->
createNewsletterMailTemplate
(
$connection
)
;
$this
->
createDocumentConfiguration
(
$connection
)
;
$this
->
createMailEvents
(
$connection
)
;
$this
->
createNumberRanges
(
$connection
)
;
$this
->
createOrderStateMachine
(
$connection
)
;
$this
->
createOrderDeliveryStateMachine
(
$connection
)
;
$this
->
createOrderTransactionStateMachine
(
$connection
)
;
$this
->
createSystemConfigOptions
(
$connection
)
;
$this
->
createCmsPages
(
$connection
)
;
}
public
function
updateDestructive
(
Connection
$connection
)
: void
{
}
private
function
getDeDeLanguageId
(
)
: string
{
if
(
!
$this
->deDeLanguageId
)
{