Searched refs:linkIconCache (Results 1 – 1 of 1) sorted by relevance
464 private static array $linkIconCache = []; variable in action_plugin_pagesicon467 if (!array_key_exists($pageId, self::$linkIconCache)) {469 self::$linkIconCache[$pageId] = $url ?: null;471 return self::$linkIconCache[$pageId];