Function Hook_fields_tick->get_field_inputter

Definitions

sources/hooks/systems/fields/tick.php

  • Get form inputter.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$_cf_name string required parameter N/A N/A The field name
$_cf_description string required parameter N/A N/A The field description
$field array required parameter N/A N/A The field details
$actual_value ?string required parameter N/A N/A The actual current value of the field (null: none)
$new boolean required parameter N/A N/A Whether this is for a new entry

Return

  • The Tempcode for the input field (null: skip the field - it's not input)
  • Type: ?Tempcode
  • Set: N/A
  • Range: N/A