7 calls to commerce_payment_method_load() in Commerce Core 7
- CommercePaymentTransactionEntityController::buildContent in modules/
payment/ includes/ commerce_payment_transaction.controller.inc - Builds a structured array representing the entity's content.
- commerce_payment_handler_field_payment_method::render in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_field_payment_method.inc - Render the field.
- commerce_payment_method_instance_load in modules/
payment/ commerce_payment.module - Returns a payment method instance array which includes the settings specific to the context of the instance.
- commerce_payment_pane_checkout_form in modules/
payment/ includes/ commerce_payment.checkout_pane.inc - Payment pane: form callback.
- commerce_payment_payment_transaction_delete_form in modules/
payment/ includes/ commerce_payment.forms.inc - Form callback: confirmation form for deleting a transaction.
- commerce_payment_ui_admin_page in modules/
payment/ includes/ commerce_payment_ui.admin.inc - Builds the payment settings page using the Rules UI overview table filtered to display payment method rules.
- RulesDataUIPaymentSettings::inputForm in modules/
payment/ commerce_payment.rules.inc - Constructs the direct input form.