File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
app/code/Magento/Email/Model/Template Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,8 @@ public function setDesignParams(array $designParams)
321
321
}
322
322
323
323
/**
324
+ * Get Css processor
325
+ *
324
326
* @deprecated 100.1.2
325
327
* @return Css\Processor
326
328
*/
@@ -333,6 +335,8 @@ private function getCssProcessor()
333
335
}
334
336
335
337
/**
338
+ * Get pub directory
339
+ *
336
340
* @deprecated 100.1.2
337
341
* @param string $dirType
338
342
* @return ReadInterface
@@ -523,6 +527,7 @@ public function mediaDirective($construction)
523
527
524
528
/**
525
529
* Retrieve store URL directive
530
+ *
526
531
* Support url and direct_url properties
527
532
*
528
533
* @param string[] $construction
@@ -958,6 +963,8 @@ public function getCssFilesContent(array $files)
958
963
}
959
964
960
965
/**
966
+ * Apply inline css
967
+ *
961
968
* Merge HTML and CSS and return HTML that has CSS styles applied "inline" to the HTML tags. This is necessary
962
969
* in order to support all email clients.
963
970
*
You can’t perform that action at this time.
0 commit comments