Function Hook_fields_upload_multi->inputted_to_field_value

Definitions

sources/hooks/systems/fields/upload_multi.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