Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
addCategoryConfig example
use
Shopware\Components\Migrations\AbstractMigration;
class
Migrations_Migration918
extends
AbstractMigration
{
/** * {@inheritdoc} */
public
function
up
(
$modus
)
{
$this
->
addModule
(
)
;
$this
->
addCategoryConfig
(
)
;
$this
->
importDefaultFacets
(
)
;
$this
->
importFacetTranslations
(
)
;
$this
->
createSearchFacets
(
)
;
$this
->
addNewCategoryFilterParam
(
)
;
}
private
function
addModule
(
)
{