You are here

Functions in Payment 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_payment_form_alter ./payment.api.php Alter the payment form.
hook_payment_line_item_info ./payment.api.php Defines line item types.
hook_payment_line_item_info_alter ./payment.api.php Alters line item types.
hook_payment_method_controller_info ./payment.api.php Defines payment method controllers.
hook_payment_method_controller_info_alter ./payment.api.php Alters payment method controllers.
hook_payment_pre_execute ./payment.api.php Executes right before a payment is executed. This is the place to programmatically alter payments.
hook_payment_pre_finish ./payment.api.php Executes right before payment execution is finished.
hook_payment_status_change ./payment.api.php Executes when a payment status is being set.
hook_payment_status_info ./payment.api.php Defines payment statuses.
hook_payment_status_info_alter ./payment.api.php Alters payment statuses.
hook_payment_validate ./payment.api.php Validate a payment against a payment method.
hook_payment_view_alter ./payment.api.php Alter the results of entity_view('payment', ...).
paymentform_field_formatter_info modules/paymentform/paymentform.module Implements hook_field_formatter_info().
paymentform_field_formatter_view modules/paymentform/paymentform.module Implements hook_field_formatter_view().
paymentform_field_info modules/paymentform/paymentform.module Implements hook_field_info().
paymentform_field_instance_settings_form modules/paymentform/paymentform.module Implements hook_field_instance_settings_form().
paymentform_field_is_empty modules/paymentform/paymentform.module Implements hook_field_is_empty().
paymentform_field_schema modules/paymentform/paymentform.install Implements hook_field_schema().
paymentform_field_validate modules/paymentform/paymentform.module Implements hook_field_validate().
paymentform_field_widget_error modules/paymentform/paymentform.module Implements hook_field_widget_error().
paymentform_field_widget_form modules/paymentform/paymentform.module Implements hook_field_widget_form().
paymentform_field_widget_form_validate modules/paymentform/paymentform.module Implements form validate callback for a paymentform_line_item field widget. 1
paymentform_field_widget_info modules/paymentform/paymentform.module Implements hook_field_widget_info().
paymentform_payment_finish modules/paymentform/paymentform.module Implements Payment::finish_callback. 1
paymentmethodbasic_entity_load modules/paymentmethodbasic/paymentmethodbasic.module Implements hook_entity_load().
paymentmethodbasic_install modules/paymentmethodbasic/paymentmethodbasic.install Implements hook_install().
paymentmethodbasic_payment_configuration_form_elements modules/paymentmethodbasic/paymentmethodbasic.module Implements PaymentMethodController::payment_configuration_form_elements_callback.
paymentmethodbasic_payment_method_configuration_form_elements modules/paymentmethodbasic/paymentmethodbasic.module Form build callback: implements PaymentMethodController::payment_method_configuration_form_elements_callback.
paymentmethodbasic_payment_method_configuration_form_elements_validate modules/paymentmethodbasic/paymentmethodbasic.module Implements form validate callback for paymentmethodbasic_payment_method_configuration_form_elements().
paymentmethodbasic_payment_method_controller_info modules/paymentmethodbasic/paymentmethodbasic.module Implements hook_payment_method_controller_info().
paymentmethodbasic_payment_method_defaults modules/paymentmethodbasic/paymentmethodbasic.install Returns default payment methods. 1
paymentmethodbasic_payment_method_delete modules/paymentmethodbasic/paymentmethodbasic.module Implements hook_ENTITY_TYPE_ACTION().
paymentmethodbasic_payment_method_insert modules/paymentmethodbasic/paymentmethodbasic.module Implements hook_ENTITY_TYPE_ACTION().
paymentmethodbasic_payment_method_update modules/paymentmethodbasic/paymentmethodbasic.module Implements hook_ENTITY_TYPE_ACTION().
paymentmethodbasic_schema modules/paymentmethodbasic/paymentmethodbasic.install Implements hook_schema().
paymentreference_delete_by_field modules/paymentreference/paymentreference.module Delete a Payment from the queue by field. 2
paymentreference_delete_by_field_instance modules/paymentreference/paymentreference.module Delete a Payment from the queue by field instance. 2
paymentreference_delete_by_pid modules/paymentreference/paymentreference.module Delete a Payment from the queue by PID. 3
paymentreference_element_info modules/paymentreference/paymentreference.module Implements hook_element_info().
paymentreference_field_access modules/paymentreference/paymentreference.module Implements hook_field_access().
paymentreference_field_delete_field modules/paymentreference/paymentreference.module Implements hook_field_delete_field().
paymentreference_field_delete_instance modules/paymentreference/paymentreference.module Implements hook_field_delete_instance().
paymentreference_field_info modules/paymentreference/paymentreference.module Implements hook_field_info().
paymentreference_field_insert modules/paymentreference/paymentreference.module Implements hook_field_insert().
paymentreference_field_instance_settings_form modules/paymentreference/paymentreference.module Implements hook_field_instance_settings_form().
paymentreference_field_is_empty modules/paymentreference/paymentreference.module Implements hook_field_is_empty().
paymentreference_field_schema modules/paymentreference/paymentreference.install Implements hook_field_schema().
paymentreference_field_validate modules/paymentreference/paymentreference.module Implements hook_field_validate().
paymentreference_field_widget_error modules/paymentreference/paymentreference.module Implements hook_field_widget_error().
paymentreference_field_widget_form modules/paymentreference/paymentreference.module Implements hook_field_widget_form().

Pages

Other projects