drush_stripe_library_download |
./stripe.drush.inc |
Command callback for drush_stripe_library_download. |
|
|
hook_stripe_customer_info |
stripe_customer/stripe_customer.api.php |
Provide new properties to save to a Customer based on a Drupal user. |
|
|
hook_stripe_metadata |
./stripe.api.php |
Add metadata to a StripeObject. |
|
|
hook_stripe_webhook |
./stripe.api.php |
Handle incoming Stripe webhook. |
|
|
stripe_admin_keys |
./stripe.admin.inc |
Menu callback: configure Stripe API Keys. |
|
1 |
stripe_admin_test |
./stripe.test.inc |
Test/example implementation of the stripe form with the stripe_payment element. |
|
1 |
stripe_admin_test_ajax |
./stripe.test.inc |
AJAX callback for dynamic address. |
|
1 |
stripe_admin_test_submit |
./stripe.test.inc |
Submit callback for the stripe_admin_test form. |
|
|
stripe_create_customer |
stripe_customer/stripe_customer.module |
Create a new Stripe customer for a user, or return one if it already exists. |
|
|
stripe_cron |
./stripe.module |
Implements hook_cron(). |
|
|
stripe_customer_customer_view_form |
stripe_customer/stripe_customer.admin.inc |
Menu callback for Admin View Customer form. |
|
1 |
stripe_customer_from_webhook |
stripe_customer/stripe_customer.module |
Retrieve a Stripe Customer from a webhook event. |
|
|
stripe_customer_get_id |
stripe_customer/stripe_customer.module |
Retrieve a Stripe customer_id for a user, if available. |
|
|
stripe_customer_get_uid |
stripe_customer/stripe_customer.module |
Get a User ID associated with a Stripe Customer ID. |
1 |
|
stripe_customer_install |
stripe_customer/stripe_customer.install |
Try to import any existing customer_ids from other Stripe modules. |
|
|
stripe_customer_livemode |
stripe_customer/stripe_customer.module |
Check for our current Stripe Live mode, and then
return an int value that the Database API can use. |
1 |
|
stripe_customer_menu |
stripe_customer/stripe_customer.module |
Implements hook_menu(). |
|
|
stripe_customer_permission |
stripe_customer/stripe_customer.module |
Implements hook_permission(). |
|
|
stripe_customer_rules_access |
stripe_customer/stripe_customer.module |
Rules integration access callback. |
|
1 |
stripe_customer_rules_data_info |
stripe_customer/stripe_customer.rules.inc |
Provide data info to Rules for customer ID. |
|
|
stripe_customer_rules_event_info |
stripe_customer/stripe_customer.rules.inc |
Implements hook_rules_event_info(). |
|
|
stripe_customer_schema |
stripe_customer/stripe_customer.install |
Implements hook_schema(). |
|
|
stripe_customer_stripe_customer_info |
stripe_customer/stripe_customer.module |
Implements hook_stripe_customer(). |
|
|
stripe_customer_tokens |
stripe_customer/stripe_customer.tokens.inc |
Implements hook_tokens(). |
|
|
stripe_customer_token_info |
stripe_customer/stripe_customer.tokens.inc |
Implements hook_token_info(). |
|
|
stripe_customer_views_api |
stripe_customer/stripe_customer.module |
Implements hook_views_api(). |
|
|
stripe_customer_views_data |
stripe_customer/views/stripe_customer.views.inc |
Implements hook_views_data(). |
|
|
stripe_drush_command |
./stripe.drush.inc |
Implements hook_drush_command(). |
|
|
stripe_drush_help |
./stripe.drush.inc |
Implements hook_drush_help(). |
|
|
stripe_element_info |
./stripe.module |
Implements hook_element_info(). |
|
|
stripe_element_process |
./stripe.module |
Process callback for this module elements. |
|
1 |
stripe_element_remove_name |
./stripe.module |
Pre render callback for Stripe elements with sensitive information, to remove
the 'name' attribute. This ensures that the browser doesn't post the values
back to the server. |
|
1 |
stripe_element_validate_empty |
./stripe.module |
Element validate function to ensure that the posted value for an element is
empty. We do this just to double check that credit card numbers are not
getting posted to the server, as this would create PCI implications. If they
are making it back to the… |
|
1 |
stripe_get_customer |
stripe_customer/stripe_customer.module |
Get a Customer object from Stripe based on a customer_id. |
2 |
|
stripe_get_key |
./stripe.module |
Get the stripe key(s). |
6 |
|
stripe_get_publishable_key |
./stripe.module |
Get the Stripe publishable key. |
|
|
stripe_help |
./stripe.module |
Implements hook_help(). |
|
|
stripe_libraries_info |
./stripe.module |
Implements hook_libraries_info(). |
|
|
stripe_libraries_postload_callback |
./stripe.module |
Post-load callback for the Stripe PHP Library. |
|
1 |
stripe_load_library |
./stripe.module |
Helper function to load the Stripe Library. |
12 |
|
stripe_menu |
./stripe.module |
Implements hook_menu(). |
|
|
stripe_page_build |
./stripe.module |
Implements hook_page_build(). |
|
|
stripe_payment_configuration_form_elements |
stripe_payment/stripe_payment.module |
Implements PaymentMethodController::payment_configuration_form_elements_callback. |
|
|
stripe_payment_configuration_form_elements_validate |
stripe_payment/stripe_payment.module |
Implements validation for PaymentMethodController::payment_configuration_form_elements_callback. |
|
|
stripe_payment_currencies |
./stripe.module |
Return the payment currencies available in the location of our Stripe account. |
|
1 |
stripe_payment_method_configuration_form_elements |
stripe_payment/stripe_payment.module |
Implements PaymentMethodController::payment_method_configuration_form_elements_callback. |
|
|
stripe_payment_method_configuration_form_elements_validate |
stripe_payment/stripe_payment.module |
Implements validation for PaymentMethodController::payment_method_configuration_form_elements_callback. |
|
|
stripe_payment_payment_delete |
stripe_payment/stripe_payment.module |
Implements hook_ENTITY_TYPE_ACTION(). |
|
|
stripe_payment_payment_insert |
stripe_payment/stripe_payment.module |
Implements hook_ENTITY_TYPE_ACTION(). |
|
|
stripe_payment_payment_load |
stripe_payment/stripe_payment.module |
Implements hook_ENTITY_TYPE_ACTION(). |
|
|