Function __global->load_field_restrictions
Definitions
sources/input_filter.php
- Find all restrictions that apply to our page/type.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: array
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$this_page | ?string | Null | N/A | N/A | The page name scoped for (null: current page) |
$this_type | ?string | Null | N/A | N/A | The page type scoped for (null: current type) |
Return
- List of fields, each of which is a map (restriction => attributes)
- Type: array
- Set: N/A
- Range: N/A