File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
app/code/Magento/Email/Model/Template Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -61,45 +61,33 @@ class Filter extends Template
61
61
const TRANS_DIRECTIVE_REGEX = '/^\s*([ \'"])([^\1]*?)(?<! \\\)\1(\s.*)?$/si ' ;
62
62
63
63
/**
64
- * Use absolute links flag
65
- *
66
64
* @var bool
67
65
*/
68
66
protected $ _useAbsoluteLinks = false ;
69
67
70
68
/**
71
- * Whether to allow SID in store directive: NO
72
- *
73
69
* @var bool
74
70
* @deprecated SID is not being used as query parameter anymore.
75
71
*/
76
72
protected $ _useSessionInUrl = false ;
77
73
78
74
/**
79
- * Modifier Callbacks
80
- *
81
75
* @var array
82
76
* @deprecated 101.0.4 Use the new Directive Processor interfaces
83
77
*/
84
78
protected $ _modifiers = ['nl2br ' => '' ];
85
79
86
80
/**
87
- * Whether template being filtered is child of another template
88
- *
89
81
* @var bool
90
82
*/
91
83
private $ isChildTemplate = false ;
92
84
93
85
/**
94
- * List of CSS files to inline
95
- *
96
86
* @var []
97
87
*/
98
88
private $ inlineCssFiles = [];
99
89
100
90
/**
101
- * Store id
102
- *
103
91
* @var int
104
92
*/
105
93
protected $ _storeId ;
@@ -153,22 +141,16 @@ class Filter extends Template
153
141
protected $ _layoutFactory ;
154
142
155
143
/**
156
- * Setup callbacks for filters
157
- *
158
144
* @var ScopeConfigInterface
159
145
*/
160
146
protected $ _scopeConfig ;
161
147
162
148
/**
163
- * Layout directive params
164
- *
165
149
* @var array
166
150
*/
167
151
protected $ _directiveParams ;
168
152
169
153
/**
170
- * App state
171
- *
172
154
* @var State
173
155
*/
174
156
protected $ _appState ;
You can’t perform that action at this time.
0 commit comments