Exemple #1
0
 /**
  * Setup the design params
  */
 protected function setUpDesignParams()
 {
     $themeCode = 'Vendor/custom_theme';
     $this->_model->setDesignParams(['area' => \Magento\Framework\App\Area::AREA_FRONTEND, 'theme' => $themeCode, 'locale' => \Magento\Setup\Module\I18n\Locale::DEFAULT_SYSTEM_LOCALE]);
 }
 /**
  * Setup the design params
  */
 protected function setUpDesignParams()
 {
     $themeCode = 'Vendor_EmailTest/custom_theme';
     $this->model->setDesignParams(['area' => Area::AREA_FRONTEND, 'theme' => $themeCode, 'locale' => Locale::DEFAULT_SYSTEM_LOCALE]);
 }