Function __global->_resolve_catalogue_entry_field

Definitions

sources/catalogues.php

  • Get the standardised details for a catalogue entry field.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$field array required parameter N/A N/A The field row
$entry_id mixed required parameter N/A N/A The ID of the entry we are getting OR the row
$only_field_ids ?array required parameter N/A N/A A list of field IDs that we are limiting ourselves to (null: get ALL fields)
$target array required parameter N/A N/A Save the result into here
$i integer required parameter N/A N/A Position in field list (counting from zero)
$tables_to_scan ?array Null N/A N/A Which value tables to look in (null: all)
$lang ?LANGUAGE_NAME Null N/A N/A Language codename (null: current user's language)