MiniCartExpressPaymentBlock
in package
implements
IntegrationInterface
Table of Contents
Interfaces
- IntegrationInterface
Properties
- $assets : mixed
- $payment_registry : mixed
Methods
- __construct() : mixed
- get_editor_script_handles() : mixed
- get_name() : mixed
- get_script_data() : mixed
- get_script_handles() : mixed
- initialize() : mixed
- prepend_express_container() : mixed
Properties
$assets
private
mixed
$assets
$payment_registry
private
mixed
$payment_registry
Methods
__construct()
public
__construct(AssetsApi $assets, PaymentGatewayRegistry $payment_registry) : mixed
Parameters
- $assets : AssetsApi
- $payment_registry : PaymentGatewayRegistry
get_editor_script_handles()
public
get_editor_script_handles() : mixed
get_name()
public
get_name() : mixed
get_script_data()
public
get_script_data() : mixed
get_script_handles()
public
get_script_handles() : mixed
initialize()
public
initialize() : mixed
prepend_express_container()
public
prepend_express_container(mixed $block_content) : mixed
Parameters
- $block_content : mixed