9 string references to 'pay_method' in Pay 6
- hook_pay_method_handler_info in ./
pay.api.php - This hook is used to inform Pay of available payment method handlers. Administrators will be able to create new instances of payment methods, based on the capabilities and options for your handler(s).
- pay_admin_method_form in includes/
pay.admin.inc - Admin form to create or update payment methods.
- pay_admin_overview in includes/
pay.admin.inc - Payment settings overview.
- pay_currency_list in ./
pay.module - Helper function to list all possible currencies.
- pay_load in ./
pay.module - API Function: Load a payment class.
- pay_method::set_description in includes/
handlers/ pay_method.inc - Set a default description if none is specified.
- pay_method::set_title in includes/
handlers/ pay_method.inc - Set a default title if none is specified.
- pay_method_load in ./
pay.module - API Function: Load a payment method object.
- pay_pay_method_handler_info in includes/
pay.handlers.inc - Implementation of hook_pay_method_handler_info().