Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
createCmsPages example
$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
)
{
$this
->deDeLanguageId = Uuid::
randomHex
(
)
;
}