Searched refs:isPageIgnored (Results 1 – 1 of 1) sorted by relevance
35 …public static function /* bool */ isPageIgnored(/* string */ $id, array $ignoredPages = null, arra… function in plugin\\displayorphans\\Logic52 …{ return $item['exists'] && $item['count'] == 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…56 …{ return !$item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $igno…60 …{ return $item['exists'] && $item['count'] > 0 && !Logic::isPageIgnored($id, $ignoredPages, $ignor…