You are here

protected static property HtmlAssetInliner::$uriMissingError in TMGMT Translator Smartling 8

Same name and namespace in other branches
  1. 8.4 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError
  2. 8.2 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError
  3. 8.3 src/Context/HtmlAssetInliner.php \Drupal\tmgmt_smartling\Context\HtmlAssetInliner::uriMissingError

File

src/Context/HtmlAssetInliner.php, line 30

Class

HtmlAssetInliner

Namespace

Drupal\tmgmt_smartling\Context

Code

protected static $uriMissingError = array(
  "response" => array(
    "code" => "VALIDATION_ERROR",
    "data" => array(
      "baseUrl" => NULL,
      "body" => NULL,
      "headers" => NULL,
    ),
    "messages" => array(
      "fileUri parameter is missing.",
    ),
  ),
);