Function Hook_page_groupings_recommend->run
Definitions
sources/hooks/systems/page_groupings/recommend.php
- Run function for do_next_menu hooks. They find links to put on standard navigation menus of the system.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$member_id | ?MEMBER | Null | N/A | N/A | Member ID to run as (null: current member) |
$extensive_docs | boolean | False | N/A | N/A | Whether to use extensive documentation tooltips, rather than short summaries |
Return
- List of tuple of links (page grouping, icon, do-next-style linking data), label, help (optional) and/or nulls
- Type: array
- Set: N/A
- Range: N/A