Function __global->_get_catalogue_entry_field

Definitions

sources/catalogues.php

  • Get the value for the specified field, for the stated catalogue entry.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$field_id AUTO_LINK required parameter N/A N/A The ID of the field we are getting
$entry_id mixed required parameter N/A N/A The ID of the entry we are getting for OR the row
$type ID_TEXT short N/A N/A The type of field
$only_field_ids ?array Null N/A N/A A list of field IDs that we are limiting ourselves to (null: get ALL fields)
$tables_to_scan ?array Null N/A N/A Which value tables to look in (null: all)

Return

  • The row (null: not found)
  • Type: ?array
  • Set: N/A
  • Range: N/A