You are here

Classes, traits, and interfaces in Commerce Core 7

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CommerceBaseTestCase abstract class tests/commerce_base.test Abstract class for Commerce testing. All Commerce tests should extend this class. 14
CommerceBaseTesterTestCase class tests/commerce_base.test Test class to test the CommerceBaseTestCase functions. All testTestFoo functions have "testTest" in the name to indicate that they are verifying that a test is working. Somewhat "meta" to do this, but it eases test development.
CommerceCartProviderInterface interface modules/cart/plugins/cart_provider/interface.inc @file Interface for cart providers. 1
CommerceCartProviderSession class modules/cart/plugins/cart_provider/CommerceCartProviderSession.class.php Defines a session array based cart provider.
CommerceCartTestCase abstract class modules/cart/tests/commerce_cart.test Abstract class for Commerce cart testing. All Commerce cart tests should extend this class. 4
CommerceCartTestCaseAnonymousToAuthenticated class modules/cart/tests/commerce_cart.test Test cart conversion from anonymous to authenticated.
CommerceCartTestCaseAttributes class modules/cart/tests/commerce_cart.test Test cart features for a product with attributes.
CommerceCartTestCaseMultiProducts class modules/cart/tests/commerce_cart.test Test cart features for a product display that has several products attached.
CommerceCartTestCaseSimpleProduct class modules/cart/tests/commerce_cart.test Test cart features for a product display that only has one product attached.
CommerceCheckoutTestProcess class modules/checkout/tests/commerce_checkout.test Test checkout process.
CommerceCustomerProfileEntityController class modules/customer/includes/commerce_customer_profile.controller.inc The controller class for customer profiles contains methods for the profile CRUD operations. The load method is inherited from the default controller.
CommerceCustomerUITest class modules/customer/tests/commerce_customer_ui.test Functional tests for the commerce customer UI module.
CommerceLineItemEntityController class modules/line_item/includes/commerce_line_item.controller.inc The controller class for line items contains methods for the line item CRUD operations. The load method is inherited from the default controller.
CommerceOrderCRUDTestCase class modules/order/tests/commerce_order.test Test the order and order type CRUD.
CommerceOrderEntityController class modules/order/includes/commerce_order.controller.inc The controller class for orders contains methods for the order CRUD operations. The load method is inherited from the default controller.
CommerceOrderRulesTest class modules/order/tests/commerce_order.rules.test Test order rules.
CommerceOrderUIAdminTest class modules/order/tests/commerce_order_ui.test Functional tests for the commerce order UI module.
CommercePaymentCreditCard final class modules/payment/includes/commerce_payment.credit_card.inc Provides logic for listing card types and validating card details.
CommercePaymentCreditCardTest class modules/payment/tests/commerce_payment_credit_card.test Tests credit card detection.
CommercePaymentOffsiteTest class modules/payment/tests/commerce_payment_ui.test Test payment user interface.
CommercePaymentRulesTest class modules/payment/tests/commerce_payment.rules.test Test payment user interface.
CommercePaymentTransactionEntityController class modules/payment/includes/commerce_payment_transaction.controller.inc The controller class for payment transactions contains methods for the transaction CRUD operations. The load method is inherited from the default controller.
CommercePaymentUITest class modules/payment/tests/commerce_payment_ui.test Test payment user interface.
CommerceProductCRUDTestCase class modules/product/tests/commerce_product.test Test the product and product type CRUD.
CommerceProductEntityController class modules/product/includes/commerce_product.controller.inc The controller class for products contains methods for the product CRUD operations.
CommerceProductReferenceAdminTest class modules/product_reference/tests/commerce_product_reference.test Functional tests for the Product Reference module.
CommerceProductReferenceRecursiveRenderingException class modules/product_reference/commerce_product_reference.module Exception thrown when the referenced product display formatter goes into a potentially infinite loop.
CommerceProductUIAdminTest class modules/product/tests/commerce_product_ui.test Test the product and product type CRUD.
CommerceTaxUIAdminTest class modules/tax/tests/commerce_tax_ui.test Functional tests for the commerce tax UI module.
commerce_cart_handler_area_empty_text class modules/cart/includes/views/handlers/commerce_cart_handler_area_empty_text.inc Area handler to display the empty text message for shopping carts.
commerce_cart_handler_field_add_to_cart_form class modules/cart/includes/views/handlers/commerce_cart_handler_field_add_to_cart_form.inc Field handler to present an add to cart form for the product..
commerce_cart_handler_field_edit_attributes class modules/cart/includes/views/handlers/commerce_cart_handler_field_edit_attributes.inc @file Field handler to render attribute widgets to select a different product for the line item.
commerce_cart_plugin_argument_default_current_cart_order_id class modules/cart/includes/views/handlers/commerce_cart_plugin_argument_default_current_cart_order_id.inc Default argument plugin to get the current user's cart order ID.
commerce_customer_handler_area_empty_text class modules/customer/includes/views/handlers/commerce_customer_handler_area_empty_text.inc Area handler to display the empty text message for customer profiles.
commerce_customer_handler_field_customer_profile class modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile.inc Field handler to provide simple renderer that allows linking to a profile. 1
commerce_customer_handler_field_customer_profile_link class modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link.inc Field handler to present a link to a customer profile. 2
commerce_customer_handler_field_customer_profile_link_delete class modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc Field handler to present a link to delete a customer profile.
commerce_customer_handler_field_customer_profile_link_edit class modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_edit.inc Field handler to present a customer profile edit link.
commerce_customer_handler_field_customer_profile_type class modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_type.inc Field handler to translate a customer profile type into its readable form.
commerce_customer_handler_filter_customer_profile_type class modules/customer/includes/views/handlers/commerce_customer_handler_filter_customer_profile_type.inc Filter by customer profile type.
commerce_line_item_handler_area_line_item_summary class modules/line_item/includes/views/handlers/commerce_line_item_handler_area_line_item_summary.inc Defines a line item summary area handler so the summary can be plugged into the View itself.
commerce_line_item_handler_argument_line_item_line_item_id class modules/line_item/includes/views/handlers/commerce_line_item_handler_argument_line_item_line_item_id.inc Argument handler to accept a line item id.
commerce_line_item_handler_field_edit_delete class modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_delete.inc Field handler to present a button to delete a line item.
commerce_line_item_handler_field_edit_quantity class modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_quantity.inc Field handler to present a field to change quantity of a line item.
commerce_line_item_handler_field_line_item_title class modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_title.inc Field handler to return a line item's title.
commerce_line_item_handler_field_line_item_type class modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_type.inc Field handler to translate a line item type into its readable form.
commerce_line_item_handler_filter_line_item_is_referenced class modules/line_item/includes/views/handlers/commerce_line_item_handler_filter_line_item_is_referenced.inc Filters a line item View to only include line items referenced by the order they claim to be a part of in their order_id property.
commerce_line_item_handler_filter_line_item_type class modules/line_item/includes/views/handlers/commerce_line_item_handler_filter_line_item_type.inc Filter by line item type
commerce_order_handler_area_empty_text class modules/order/includes/views/handlers/commerce_order_handler_area_empty_text.inc Area handler to display the empty text message for orders.
commerce_order_handler_area_order_total class modules/order/includes/views/handlers/commerce_order_handler_area_order_total.inc Defines an area handler that renders an order's total field.

Pages

Other projects