payment_ubercart_callback |
./payment_ubercart.module |
Implements Ubercart payment method callback. |
|
1 |
payment_ubercart_checkout_form_submit |
./payment_ubercart.module |
Implements form submit callback. |
|
1 |
payment_ubercart_finish |
./payment_ubercart.module |
Implements Payment::finish_callback. |
|
1 |
payment_ubercart_form_alter |
./payment_ubercart.module |
Implements hook_form_alter(). |
|
|
payment_ubercart_form_configuration |
./payment_ubercart.module |
Implements form build callback for the configuration form. |
|
1 |
payment_ubercart_menu |
./payment_ubercart.module |
Implements hook_menu(). |
|
|
payment_ubercart_order_id_load |
./payment_ubercart.module |
Load the ID of the Ubercart order a Payment belongs to. |
1 |
|
payment_ubercart_order_id_save |
./payment_ubercart.module |
Save the ID of the Ubercart order a Payment belongs to. |
2 |
|
payment_ubercart_payment_create |
./payment_ubercart.module |
Creates a payment for an order. |
1 |
|
payment_ubercart_payment_line_item_info |
./payment_ubercart.module |
Implements hook_payment_line_item_info(). |
|
|
payment_ubercart_payment_status_change |
./payment_ubercart.module |
Implements hook_payment_status_change(). |
|
|
payment_ubercart_permission |
./payment_ubercart.module |
Implements hook_permission(). |
|
|
payment_ubercart_pids_load |
./payment_ubercart.module |
Load the PIDs of the Payments that belong to an Ubercart order. |
4 |
|
payment_ubercart_schema |
./payment_ubercart.install |
Implements hook_schema(). |
|
|
payment_ubercart_uc_checkout_complete |
./payment_ubercart.module |
Implements hook_uc_checkout_complete(). |
|
|
payment_ubercart_uc_order |
./payment_ubercart.module |
Implements hook_uc_order(). |
|
|
payment_ubercart_uc_payment_method |
./payment_ubercart.module |
Implements hook_uc_payment_method(). |
|
|
payment_ubercart_views_api |
./payment_ubercart.module |
Implements hook_views_api(). |
|
|
payment_ubercart_views_data |
./payment_ubercart.views.inc |
Implements hook_views_data(). |
|
|
payment_ubercart_views_data_alter |
./payment_ubercart.views.inc |
Implements hook_views_data_alter(). |
|
|