Drupal从寻呼机获取搜索结果的总数
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Drupal从寻呼机获取搜索结果的总数相关的知识,希望对你有一定的参考价值。
The total number of search results can be added in a hook_preprocess_search_results() function from the following variable:
$GLOBALS['pager_total_items'][0];
以上是关于Drupal从寻呼机获取搜索结果的总数的主要内容,如果未能解决你的问题,请参考以下文章