Lines Matching refs:array
579 public static function createFromJson($array): Snippet argument
582 $uri = $array[self::JSON_URI_PROPERTY] ?? null;
590 $componentName = $array[self::JSON_COMPONENT_PROPERTY] ?? null;
595 $critical = $array[self::JSON_CRITICAL_PROPERTY] ?? null;
600 $async = $array[self::JSON_ASYNC_PROPERTY] ?? null;
605 $format = $array[self::JSON_FORMAT_PROPERTY] ?? null;
610 $content = $array[self::JSON_CONTENT_PROPERTY] ?? null;
615 $attributes = $array[self::JSON_HTML_ATTRIBUTES_PROPERTY] ?? null;
622 $integrity = $array[self::JSON_INTEGRITY_PROPERTY] ?? null;
627 $remoteUrl = $array[self::JSON_URL_PROPERTY] ?? null;
924 $array = $tagAttributes->toCallStackArray();
925 unset($array[TagAttributes::GENERATED_ID_KEY]);
926 return $array;