Function Hook_Health_Check->get_page_content
Definitions
sources/health_check.php
- Download a page by page-link, but with support for directly accessing Comcode pages without needing HTTP.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$page_link | string | : | N/A | N/A | Page-link |
$inner_screen_only | boolean | False | N/A | N/A | Whether to try and restrict to just an inner Comcode screen |
Return
- Page content (null: no content was returned)
- Type: ?string
- Set: N/A
- Range: N/A