Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
config_data.php
Go to the documentation of this file.
1 <?php
9 
10 $objectManager = Bootstrap::getObjectManager();
11 
13 $configFactory = $objectManager->create(Factory::class);
15 $config = $configFactory->create();
16 $config->setScope('stores');
17 $config->setStore('default');
18 $config->setDataByPath('design/header/welcome', null);
19 $config->save();
$objectManager
Definition: config_data.php:41
$configFactory
Definition: config_data.php:43
$config
Definition: config_data.php:15