Home
last modified time | relevance | path

Searched refs:getPageImage (Results 1 – 8 of 8) sorted by relevance

/plugin/catmenu/syntax/
H A Dcatmenu.php172 'icon' => $this->getPageImage($pageID),
210 'icon' => $this->getPageImage($childNamespace),
226 public function getPageImage($page) { function in syntax_plugin_catmenu_catmenu
274 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig', true);
276 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig');
/plugin/pagesicon/
H A Daction.php70 $iconMediaID = $helper->getPageImage($namespace, $pageID, 'smallorbig');
272 …$currentBig = ($helper && method_exists($helper, 'getPageImage')) ? (string)$helper->getPageImage(…
273 …$helper && method_exists($helper, 'getPageImage')) ? (string)$helper->getPageImage($namespace, $pa…
388 …$currentBig = ($helper && method_exists($helper, 'getPageImage')) ? $helper->getPageImage($namespa…
389 …$currentSmall = ($helper && method_exists($helper, 'getPageImage')) ? $helper->getPageImage($names…
516 $logoMediaID = $helper->getPageImage($namespace, $pageID, $sizeMode);
H A DREADME_EN.md101 - `getPageImage(string $namespace, string $pageID, string $size = 'bigorsmall')`
107 - `getPageImage(...)` -> `getPageIconId(...)` (legacy `$withDefault` argument is ignored)
H A DDOKU_EN.md84 * ''getPageImage($namespace, $pageID, $size = "bigorsmall")''
90 * ''getPageImage(...)'' -> ''getPageIconId(...)'' (legacy ''$withDefault'' argument is ignored)
H A DDOKU.md84 * ''getPageImage($namespace, $pageID, $size = "bigorsmall")''
90 …* ''getPageImage(...)'' -> ''getPageIconId(...)'' (le paramètre legacy ''$withDefault'' est ignoré)
H A DREADME.md101 - `getPageImage(string $namespace, string $pageID, string $size = 'bigorsmall')`
107 - `getPageImage(...)` -> `getPageIconId(...)` (le paramètre legacy `$withDefault` est ignoré)
H A Dhelper.php172 public function getPageImage( function in helper_plugin_pagesicon
/plugin/visualindex/syntax/
H A Dvisualindex.php163 $logoUrl = $this->getPageImage($namespace, $pageID);
248 public function getPageImage($namespace, $pageID = null) { function in syntax_plugin_visualindex_visualindex