Function Hook_fields_tick->inputted_to_field_value
Definitions
sources/hooks/systems/fields/tick.php
- Find the posted value from the get_field_inputter field.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$editing | boolean | required parameter | N/A | N/A | Whether we were editing (because on edit, it could be a fractional edit) |
$field | array | required parameter | N/A | N/A | The field details |
$upload_dir | ?string | uploads/catalogues | N/A | N/A | Where the files will be uploaded to (null: do not store an upload, return null if we would need to do so) |
$old_value | ?array | Null | N/A | N/A | Former value of field (null: none) |
Return
- The value (null: could not process)
- Type: ?string
- Set: N/A
- Range: N/A