Function Hook_search_catalogue_entries->ajax_tree

Definitions

sources/hooks/modules/search/catalogue_entries.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

  • Either Tempcode of a full screen to show, or a pair: the hook, and the options (null: no tree)
  • Type: ?mixed
  • 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 ?mixed Either Tempcode of a full screen to show, or a pair: the hook, and the options (null: no tree)
 */

public function ajax_tree()