Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
email_template.php
Go to the documentation of this file.
1 <?php
9 $template = $objectManager->create(\Magento\Email\Model\Template::class);
10 $template->setOptions(['area' => 'test area', 'store' => 1]);
11 $template->setData(
12  [
13  'template_text' =>
14  file_get_contents(__DIR__ . '/template_fixture.html'),
15  'template_code' => \Magento\Theme\Model\Config\ValidatorTest::TEMPLATE_CODE
16  ]
17 );
18 $template->save();
$template
defined('TESTS_BP')||define('TESTS_BP' __DIR__
Definition: _bootstrap.php:60
$objectManager