Searched refs:matchesPageIconVariant (Results 1 – 1 of 1) sorted by relevance
| /plugin/pagesicon/ |
| H A D | helper.php | 328 …private function matchesPageIconVariant(string $mediaID, string $namespace, string $pageID): bool { function in helper_plugin_pagesicon 356 if ($this->matchesPageIconVariant($mediaID, $namespace, $basename)) return true; 363 if ($this->matchesPageIconVariant($mediaID, $parentNamespace, $pageID)) return true; 372 … if ($this->matchesPageIconVariant($mediaID, $namespace, $namespaceLeaf)) return true; 382 … if ($this->matchesPageIconVariant($mediaID, $namespace, noNS($startPage))) return true;
|