Skip to content

Commit 537df47

Browse files
committed
MC-19918: Introduce scalar variables only mode to E-mail templates
1 parent a44203d commit 537df47

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

lib/internal/Magento/Framework/Filter/DirectiveProcessor/FilterInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Transforms the output of a directive processor
13-
*
14-
* @api
1513
*/
1614
interface FilterInterface
1715
{

lib/internal/Magento/Framework/Filter/DirectiveProcessorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Responsible for converting a directive data structure to relevant template output
13-
*
14-
* @api
1513
*/
1614
interface DirectiveProcessorInterface
1715
{

lib/internal/Magento/Framework/Filter/SimpleDirective/ProcessorInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
/**
1414
* An easier mechanism to implement custom directives rather than parsing the whole directive manually
15-
*
16-
* @api
1715
*/
1816
interface ProcessorInterface
1917
{

lib/internal/Magento/Framework/Filter/SimpleDirective/ProcessorPool.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Container for defined list of simple processors
13-
*
14-
* @api
1513
*/
1614
class ProcessorPool
1715
{

lib/internal/Magento/Framework/Filter/VariableResolverInterface.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
/**
1212
* Responsible for obtaining the value of variables defined in the template
13-
*
14-
* @api
1513
*/
1614
interface VariableResolverInterface
1715
{

0 commit comments

Comments
 (0)