Function __global->block_signature_check
Definitions
sources/blocks.php
- Check whether some block parameters are acceptable.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $allowed | array | No | No | required parameter | N/A | N/A | The acceptable parameter pattern |
| $used | array | No | No | required parameter | N/A | N/A | The given parameters |
Returns
- Answer
- Type: boolean
- Set: N/A
- Range: N/A

