Home
last modified time | relevance | path

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

/plugin/tagging/action/
H A Dsearch.php17 protected $allTagsByPage = []; variable in action_plugin_tagging_search
149 // allTagsByPage will be accessed by individual search results in SEARCH_RESULT_FULLPAGE event
153 $this->allTagsByPage = $hlp->getAllTagsByPage();
218 $tags = $this->allTagsByPage[$page] ?? null;
251 foreach ($this->allTagsByPage as $page => $tags) {