Function Hook_Health_Check->get_page_url
Definitions
sources/health_check.php
- Get the URL for a page-link.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $page_link | string | No | No | : | N/A | N/A | The page-link |
Returns
- The URL
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the URL for a page-link.
*
* @param string $page_link The page-link
* @return string The URL
*/
protected function get_page_url(string $page_link = ':') : string
* Get the URL for a page-link.
*
* @param string $page_link The page-link
* @return string The URL
*/
protected function get_page_url(string $page_link = ':') : string

