Function Hook_payment_gateway_authorize->get_config

Definitions

sources/hooks/systems/payment_gateway/authorize.php

  • Get a standardised config map.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • The config
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get a standardised config map.
 *
 * @return array The config
 */

public function get_config() : array