Payment |
class |
|
./payment.classes.inc |
A single payment. Contains all payment-specific data. |
|
|
|
PaymentCommon |
class |
|
./payment.classes.inc |
Base class with common functionality. |
5 |
|
|
PaymentEntityController |
class |
|
./payment.classes.inc |
Entity API controller for payment entities. |
|
|
|
PaymentException |
class |
|
./payment.classes.inc |
A Payment-related exception. |
1 |
|
|
PaymentformTestFieldFormatterWebTestCase |
class |
|
modules/paymentform/tests/paymentform_test/tests/PaymentformTestFieldFormatterWebTestCase.test |
Tests the paymentform field formatter. |
|
|
|
PaymentformTestFieldWebTestCase |
class |
|
modules/paymentform/tests/paymentform_test/tests/PaymentformTestFieldWebTestCase.test |
Tests the paymentform field. |
|
|
|
PaymentformTestLineItemFieldWidgetWebTestCase |
class |
|
modules/paymentform/tests/paymentform_test/tests/PaymentformTestLineItemFieldWidgetWebTestCase.test |
Tests the paymentform_line_item field widget. |
|
|
|
PaymentformWebTestCase |
class |
|
modules/paymentform/tests/PaymentformWebTestCase.test |
Contains functionality shared by Paymentform test cases. |
3 |
|
|
PaymentGenerate |
class |
|
./payment.generate.inc |
Content and configuration generation. |
|
|
|
PaymentLineItem |
class |
|
./payment.classes.inc |
A payment line item. |
|
|
|
PaymentLineItemInfo |
class |
|
./payment.classes.inc |
Information about a line item type. |
|
|
|
PaymentMethod |
class |
|
./payment.classes.inc |
Payment method configuration. |
1 |
|
|
PaymentMethodBasicController |
class |
|
modules/paymentmethodbasic/paymentmethodbasic.module |
A basic payment method controller. |
|
|
|
PaymentmethodbasicTestModuleInstallUninstall |
class |
|
modules/paymentmethodbasic/tests/paymentmethodbasic_test/tests/PaymentmethodbasicTestModuleInstallUninstall.test |
Tests module installation and uninstallation. |
|
|
|
PaymentmethodbasicTestPaymentMethodBasicControllerWebTestCase |
class |
|
modules/paymentmethodbasic/tests/paymentmethodbasic_test/tests/PaymentmethodbasicTestPaymentMethodBasicControllerWebTestCase.test |
Tests PaymentMethodBasicController functionality. |
|
|
|
PaymentMethodController |
class |
|
./payment.classes.inc |
A payment method controller, e.g. the logic behind a payment method. |
2 |
|
|
PaymentMethodControllerUnavailable |
class |
|
./payment.classes.inc |
A payment method controller that essentially disables payment methods. |
|
|
|
PaymentMethodEntityController |
class |
|
./payment.classes.inc |
Entity API controller for payment_method entities. |
|
|
|
PaymentMethodFeaturesController |
class |
|
./payment.classes.inc |
Features controller for payment_method entities. |
|
|
|
PaymentMethodUnavailable |
class |
|
./payment.classes.inc |
A payment method that essentially disables payments. |
|
|
|
PaymentreferenceTestQueueWebTestCase |
class |
|
modules/paymentreference/tests/paymentreference_test/tests/PaymentreferenceTestQueueWebTestCase.test |
Tests the reference queue. |
|
|
|
PaymentStatusInfo |
class |
|
./payment.classes.inc |
Payment status information. |
|
|
|
PaymentStatusItem |
class |
|
./payment.classes.inc |
A payment status line item. |
|
|
|
PaymentTestActionHookAndCallbackWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestActionHookAndCallbackWebTestCase.test |
Tests action hook and callback invocations. |
|
|
|
PaymentTestEntityCrudWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestEntityCrudWebTestCase.test |
Tests entity CRUD functionality. |
|
|
|
PaymentTestPaymentAmountFormElementWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentAmountFormElementWebTestCase.test |
Tests the payment_line_item form element. |
|
|
|
PaymentTestPaymentEntityPermissionWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentEntityPermissionWebTestCase.test |
Tests payment entity permissions. |
|
|
|
PaymentTestPaymentLineItemFormElementWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentLineItemFormElementWebTestCase.test |
Tests the payment_line_item form element. |
|
|
|
PaymentTestPaymentLineItemWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentLineItemWebTestCase.test |
Tests line item handling. |
|
|
|
PaymentTestPaymentMethodEntityPermissionWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentMethodEntityPermissionWebTestCase.test |
Tests payment_method entity permissions. |
|
|
|
PaymentTestPaymentStatusItemWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentStatusItemWebTestCase.test |
Test payment status item handling. |
|
|
|
PaymentTestPaymentValidationWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestPaymentValidationWebTestCase.test |
Tests payment validation. |
|
|
|
PaymentTestUnavailableWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestUnavailableWebTestCase.test |
Test unavailable payment methods and payment methods controllers. |
|
|
|
PaymentTestUpdatePathWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestUpdatePathWebTestCaseWithContent.test |
Test Payment's update path. |
|
|
|
PaymentTestUpdatePathWebTestCaseWithoutContent |
class |
|
tests/payment_test/tests/PaymentTestUpdatePathWebTestCaseWithoutContent.test |
Test Payment's update path. |
|
|
|
PaymentTestUpdatePathWithContentWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestUpdatePathWithContentWebTestCase.test |
Tests Payment's update path. |
|
|
|
PaymentTestUpdatePathWithoutContentWebTestCase |
class |
|
tests/payment_test/tests/PaymentTestUpdatePathWithoutContentWebTestCase.test |
Tests Payment's update path. |
|
|
|
PaymentValidationAmountBelowMinimumException |
class |
|
./payment.classes.inc |
Exception thrown if a payment's total amount is below the required minimum. |
|
|
|
PaymentValidationAmountExceedsMaximumException |
class |
|
./payment.classes.inc |
Exception thrown if a payment's total amount exceeds the supported maximum. |
|
|
|
PaymentValidationDescriptionMissing |
class |
|
./payment.classes.inc |
Exception thrown if a payment's description is missing. |
|
|
|
PaymentValidationDescriptionTooLong |
class |
|
./payment.classes.inc |
Exception thrown if a payment's description is too long. |
|
|
|
PaymentValidationException |
class |
|
./payment.classes.inc |
Exception thrown if a payment is not valid. |
8 |
|
|
PaymentValidationMissingCurrencyException |
class |
|
./payment.classes.inc |
Exception thrown if a payment has no currency set. |
|
|
|
PaymentValidationMissingFinishCallback |
class |
|
./payment.classes.inc |
Exception thrown if a payment's finish callback is not set or the function
does not exist. |
|
|
|
PaymentValidationPaymentMethodDisabledException |
class |
|
./payment.classes.inc |
Exception thrown if a payment method is disabled. |
|
|
|
PaymentValidationUnsupportedCurrencyException |
class |
|
./payment.classes.inc |
Exception thrown if a payment uses a currency that is unsupported by a
payment method. |
|
|
|
PaymentViewsHandlerAccessOwnPaymentOverview |
class |
|
views/PaymentViewsHandlerAccessOwnPaymentOverview.inc |
Checks access for the payment view's "User's own payments" display. |
|
|
|
PaymentViewsHandlerFieldPaymentMethodControllerDescription |
class |
|
views/PaymentViewsHandlerFieldPaymentMethodControllerDescription.inc |
Views field handler for a payment method's controller description. |
|
|
|
PaymentViewsHandlerFieldPaymentMethodControllerTitle |
class |
|
views/PaymentViewsHandlerFieldPaymentMethodControllerTitle.inc |
Views field handler for a payment method's controller title. |
|
|
|
PaymentViewsHandlerFieldPaymentMethodEnabledMachineName |
class |
|
views/PaymentViewsHandlerFieldPaymentMethodEnabledMachineName.inc |
Views field handler for a payment method's enabled status machine name. |
|
|
|