Function Hook_fields_theme_image->get_search_inputter

Definitions

sources/hooks/systems/fields/theme_image.php

  • Get special Tempcode for inputting this field.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$field array No No required parameter N/A N/A The field details

Returns

  • Specially encoded input detail rows (null: nothing special)
  • Type: ?array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get special Tempcode for inputting this field.
 *
 * @param  array $field The field details
 * @return ?array Specially encoded input detail rows (null: nothing special)
 */

public function get_search_inputter(array $field) : ?array