protected static property HtmlAssetInliner::$uriMissingError in TMGMT Translator Smartling 8
Same name and namespace in other branches
- 8.4 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError
- 8.2 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError
- 8.3 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError
File
- src/
Context/ HtmlAssetInliner.php, line 30
Class
Namespace
Drupal\tmgmt_smartling\ContextCode
protected static $uriMissingError = array(
"response" => array(
"code" => "VALIDATION_ERROR",
"data" => array(
"baseUrl" => NULL,
"body" => NULL,
"headers" => NULL,
),
"messages" => array(
"fileUri parameter is missing.",
),
),
);