You are here

Classes, traits, and interfaces in Pay 7

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
pay class includes/handlers/pay.inc @file The base class for the Payment API. 5
pay_activity class includes/handlers/pay_activity.inc @file A base class for payment activities.
pay_form class includes/handlers/pay_form.inc @file The base class for payment activities. All payment form classes should extend this.
pay_handler_argument_default_form class includes/views/pay_handler_argument_default_form.inc Default argument plugin to extract a pay_form via menu_get_object
pay_handler_argument_state class includes/views/pay_handler_argument_state.inc Argument handler for payment transaction states.
pay_handler_field_amount class includes/views/pay_handler_field_amount.inc
pay_handler_field_count class includes/views/pay_handler_field_count.inc
pay_handler_field_handler class includes/views/pay_handler_field_handler.inc @file A field hander for payment forms.
pay_handler_field_pay_form class includes/views/pay_handler_field_pay_form.inc @file A Views field handler that lists payment forms.
pay_handler_field_pay_form_link class includes/views/pay_handler_field_pay_form_link.inc @file A views field handler that provides a link to a payment form.
pay_handler_field_pay_transaction_link class includes/views/pay_handler_field_pay_transaction_link.inc @file A views field handler that provides a link to a payment transaction.
pay_handler_field_transaction_state class includes/views/pay_handler_field_transaction_state.inc @file A field hander for payment forms.
pay_handler_filter_amount class includes/views/pay_handler_filter_amount.inc Simple filter to handle greater than/less than filters
pay_handler_filter_handler class includes/views/pay_handler_filter_handler.inc
pay_item class includes/handlers/pay_item.inc @file An item type for payment activities.
pay_method class includes/handlers/pay_method.inc @file The base class for payment activities. All payment method classes should extend this class. 3
pay_method_custom class includes/handlers/pay_method_custom.inc @file The base class for manual payment activities.
pay_method_direct class includes/handlers/pay_method_direct.inc @file The base class for 'direct' payment activities, where payments are collected on third-party sites such as PayPal, and the responses are returned to Drupal on a URL callback.
pay_method_gateway class includes/handlers/pay_method_gateway.inc @file The base class for credit card payment activities.
pay_node_handler_field_pay_form_link class modules/pay_node/includes/views/pay_node_handler_field_pay_form_link.inc @file A Views field handler for links to payment forms.
pay_transaction class includes/handlers/pay_transaction.inc @file A base class for payment transactions.

Other projects