Function Hook_payment_gateway_points->is_available

Definitions

sources/hooks/systems/payment_gateway/points.php

  • Whether this payment gateway is available for use.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Returns

  • Whether it is available
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Whether this payment gateway is available for use.
 *
 * @return boolean Whether it is available
 */

public function is_available() : bool