Function Hook_search_wiki_posts->ajax_tree
Definitions
sources/hooks/modules/search/wiki_posts.php
- Get details for an ajax-tree-list of entries for the content covered by this search hook.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Returns
- A pair: the hook, and the options
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get details for an ajax-tree-list of entries for the content covered by this search hook.
*
* @return array A pair: the hook, and the options
*/
public function ajax_tree() : array
* Get details for an ajax-tree-list of entries for the content covered by this search hook.
*
* @return array A pair: the hook, and the options
*/
public function ajax_tree() : array