Function Hook_config_anti_leech->get_default

Definitions

sources/hooks/systems/config/anti_leech.php

  • Gets the default value for the config option.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • The default value (null: option is disabled)
  • Type: ?string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Gets the default value for the config option.
 *
 * @return ?string The default value (null: option is disabled)
 */

public function get_default() : ?string