Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
framework
Translate
Inline
ParserInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\Translate\Inline
;
7
14
interface
ParserInterface
15
{
19
const
REGEXP_TOKEN
=
'\{\{\{(.*?)\}\}\{\{(.*?)\}\}\{\{(.*?)\}\}\{\{(.*?)\}\}\}'
;
20
27
public
function
processAjaxPost
(array $translateParams);
28
35
public
function
processResponseBodyString
($body);
36
42
public
function
getContent
();
43
50
public
function
setContent
(
$content
);
51
58
public
function
setIsJson
($flag);
59
}
Magento\Framework\Translate\Inline\ParserInterface\setIsJson
setIsJson($flag)
Magento\Framework\Translate\Inline\ParserInterface\REGEXP_TOKEN
const REGEXP_TOKEN
Definition:
ParserInterface.php:19
Magento\Framework\Translate\Inline
Definition:
ConfigInterface.php:6
Magento\Framework\Translate\Inline\ParserInterface\processAjaxPost
processAjaxPost(array $translateParams)
Magento\Framework\Translate\Inline\ParserInterface\processResponseBodyString
processResponseBodyString($body)
Magento\Framework\Translate\Inline\ParserInterface\getContent
getContent()
$content
$content
Definition:
downloadable_product_with_files_and_sample_url.php:93
Magento\Framework\Translate\Inline\ParserInterface\setContent
setContent($content)
Magento\Framework\Translate\Inline\ParserInterface
Definition:
ParserInterface.php:14