Function Hook_admin_setupwizard_installprofiles_minimalistic->field_defaults

Definitions

sources/hooks/modules/admin_setupwizard_installprofiles/minimalistic.php

  • Get a map of default settings associated with this installation profile.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Map of default settings
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a map of default settings associated with this installation profile.
 *
 * @return array Map of default settings
 */

public function field_defaults() : array