Home
last modified time | relevance | path

Searched refs:getIndexedPagesMatchingTagQuery (Results 1 – 3 of 3) sorted by relevance

/plugin/tag/
H A Dhelper.php252 $pages = $this->getIndexedPagesMatchingTagQuery($queryTags);
348 $allMatchedPages = $this->getIndexedPagesMatchingTagQuery($queryTags);
452 public function getIndexedPagesMatchingTagQuery($queryTags) { function in helper_plugin_tag
736 * @deprecated 2022-08-31 use getIndexedPagesMatchingTagQuery() instead !
739 return $this->getIndexedPagesMatchingTagQuery($queryTags);
/plugin/tagfilter/
H A Dhelper.php446 $matchedPages = $this->taghelper->getIndexedPagesMatchingTagQuery($tags);
546 $pages = $this->taghelper->getIndexedPagesMatchingTagQuery([$tag]);
H A Daction.php122 $pages_lookup = $Htag->getIndexedPagesMatchingTagQuery($tags_parsed);