Function Hook_actionlog->apply_string_parameter_substitutions
Definitions
sources/actionlog.php
- Apply any page-link/URL parameter value substitutions to a string.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$string | string | required parameter | N/A | N/A | The string to apply to, changed by reference |
$bindings | array | required parameter | N/A | N/A | Mapping of bindings to apply |
Return
- Whether successful applying the bindings (false: null or missing binding)
- Type: ~boolean
- Set: N/A
- Range: N/A