Home
last modified time | relevance | path

Searched refs:ldJson (Results 1 – 3 of 3) sorted by relevance

/template/strap/ComboStrap/
H A DLdJson.php57 * @param array $ldJson
60 public static function addImage(array &$ldJson, MarkupPath $page) argument
124 $ldJson["image"] = $schemaImages;
168 $ldJson = $this->mergeWithDefaultValueAndGet();
169 if ($ldJson === null) {
176 return Json::createFromArray($ldJson)->toPrettyJsonString();
265 $ldJson = array(
467 $ldJson[self::SPEAKABLE] = array(
476 return array_merge($ldJson, $actualValue);
478 return $ldJson;
H A DMarkupPath.php152 private $ldJson; variable in ComboStrap\\MarkupPath
1356 $this->ldJson
1636 $this->ldJson = LdJson::createForPage($this);
/template/strap/action/
H A Dmetagoogle.php62 $ldJson = LdJson::createForPage($page)
68 if (!empty($ldJson)) {
71 "_data" => $ldJson,