Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
newsletter_sample.php File Reference

Go to the source code of this file.

Variables

 $template
 
 $templateData
 

Variable Documentation

◆ $template

$template
Initial value:

Definition at line 9 of file newsletter_sample.php.

◆ $templateData

$templateData
Initial value:
= [
'template_code' => 'some_unique_code',
'template_type' => TemplateTypesInterface::TYPE_TEXT,
'subject' => 'test data2__22',
'template_sender_email' => '[email protected]',
'template_sender_name' => 'Test Sender Name 222',
'text' => 'Template Content 222',
]

Definition at line 13 of file newsletter_sample.php.