Function Hook_sitemap_base->_request_page_details
Definitions
sources/sitemap.php
- Take the specified parameters, and try to find the corresponding page.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$page | ID_TEXT | required parameter | N/A | N/A | The codename of the page to load |
$zone | ID_TEXT | required parameter | N/A | N/A | The zone the page is being loaded in |
$page_type | ?ID_TEXT | Null | N/A | N/A | The type of page - for if you know it (null: don't know it) |
Return
- A list of details (false: page not found)
- Type: ~array
- Set: N/A
- Range: N/A