Function __global->prepare_filtercode_merger_link
Definitions
sources/filtercode.php
- Get template-ready details for a merger-link style selectcode. This is used to do filtering via drill-down using 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 |
|---|---|---|---|---|---|---|---|
| $_link_filter | string | No | No | required parameter | N/A | N/A | Filtercode filter |
Returns
- Template-ready details
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get template-ready details for a merger-link style selectcode. This is used to do filtering via drill-down using links.
*
* @param string $_link_filter Filtercode filter
* @return array Template-ready details
*/
function prepare_filtercode_merger_link(string $_link_filter) : array
* Get template-ready details for a merger-link style selectcode. This is used to do filtering via drill-down using links.
*
* @param string $_link_filter Filtercode filter
* @return array Template-ready details
*/
function prepare_filtercode_merger_link(string $_link_filter) : array

