Function Module_admin_health_check->get_entry_points
Definitions
adminzone/pages/modules/admin_health_check.php
- Find entry-points available within this module.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$check_perms | boolean | True | N/A | N/A | Whether to check permissions |
$member_id | ?MEMBER | Null | N/A | N/A | The member to check permissions as (null: current user) |
$support_crosslinks | boolean | True | N/A | N/A | Whether to allow cross links to other modules (identifiable via a full-page-link rather than a screen-name) |
$be_deferential | boolean | False | N/A | N/A | Whether to avoid any entry-point (or even return null to disable the page in the Sitemap) if we know another module, or page_group, is going to link to that entry-point. Note that "!" and "browse" entry points are automatically merged with container page nodes (likely called by page-groupings) as appropriate |
Return
- A map of entry points (screen-name=>language-code/string or screen-name=>[language-code/string, icon-theme-image]) (null: disabled)
- Type: ?array
- Set: N/A
- Range: N/A