Function __global->get_remappings
Definitions
sources/url_remappings.php
- Find the list of URL remappings.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $url_scheme | ID_TEXT | No | No | required parameter | N/A | N/A | The URL scheme to use |
Returns
- The list of URL remappings
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find the list of URL remappings.
*
* @param ID_TEXT $url_scheme The URL scheme to use
* @return array The list of URL remappings
*/
function get_remappings(string $url_scheme) : array
* Find the list of URL remappings.
*
* @param ID_TEXT $url_scheme The URL scheme to use
* @return array The list of URL remappings
*/
function get_remappings(string $url_scheme) : array
