Function __global->propagate_filtercode
Definitions
sources/global3.php
- Propagate Filtercode through links.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $prefix | ID_TEXT | No | No | Blank (empty string) | N/A | N/A | Prefix for main filter environment variable |
Returns
- Extra URL mappings
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Propagate Filtercode through links.
*
* @param ID_TEXT $prefix Prefix for main filter environment variable
* @return array Extra URL mappings
*/
function propagate_filtercode(string $prefix = '') : array
* Propagate Filtercode through links.
*
* @param ID_TEXT $prefix Prefix for main filter environment variable
* @return array Extra URL mappings
*/
function propagate_filtercode(string $prefix = '') : array

