Function Hook_config_crypt_ratchet->get_default
Definitions
sources/hooks/systems/config/crypt_ratchet.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
* Gets the default value for the config option.
*
* @return ?string The default value (null: option is disabled)
*/
public function get_default() : ?string

