Function __global->get_config_option_input_name

Definitions

sources/config2.php

  • Get the input name for a config option.Used to workaround problems with autocomplete.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name string No No required parameter N/A N/A Option name

Returns

  • Input name
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get the input name for a config option.Used to workaround problems with autocomplete.
 *
 * @param  string $name Option name
 * @return string Input name
 */

function get_config_option_input_name(string $name) : string