You are here

Classes, traits, and interfaces in Ubercart 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
Total class Drupal\uc_order\Plugin\views\filter uc_order/src/Plugin/views/filter/Total.php Filter handler that handles fields generated by table.fieldname * table.qty.
Total class Drupal\uc_order\Plugin\views\sort uc_order/src/Plugin/views/sort/Total.php Simple sort on table.fieldname * table.qty.
Total class Drupal\uc_order\Plugin\Ubercart\LineItem uc_order/src/Plugin/Ubercart/LineItem/Total.php Handles the total line item.
Tracking class Drupal\uc_fulfillment\Plugin\Ubercart\OrderPane shipping/uc_fulfillment/src/Plugin/Ubercart/OrderPane/Tracking.php Display tracking numbers of shipped packages.
TreeNode class Drupal\uc_catalog uc_catalog/src/TreeNode.php Data structure to mimic Drupal's menu system. 2
TwoCheckout class Drupal\uc_2checkout\Plugin\Ubercart\PaymentMethod payment/uc_2checkout/src/Plugin/Ubercart/PaymentMethod/TwoCheckout.php Defines the 2Checkout payment method.
TwoCheckoutController class Drupal\uc_2checkout\Controller payment/uc_2checkout/src/Controller/TwoCheckoutController.php Controller routines for uc_2checkout.
UbercartBrowserTestBase abstract class Drupal\Tests\uc_store\Functional uc_store/tests/src/Functional/UbercartBrowserTestBase.php Base class for Ubercart PHPUnit browser tests. 25 23
UbercartFulfillmentMethod class Drupal\uc_fulfillment\Annotation shipping/uc_fulfillment/src/Annotation/UbercartFulfillmentMethod.php Defines an Ubercart fulfillment method annotation object. 1
UbercartJavascriptTestBase abstract class Drupal\Tests\uc_store\FunctionalJavascript uc_store/tests/src/FunctionalJavascript/UbercartJavascriptTestBase.php Base class for Ubercart PHPUnit browser tests. 1
UbercartLineItem class Drupal\uc_order\Annotation uc_order/src/Annotation/UbercartLineItem.php Defines a line item plugin annotation object. 1
UbercartMail class Drupal\uc_store\Plugin\Mail uc_store/src/Plugin/Mail/UbercartMail.php Modifies the Drupal mail system to send HTML emails.
UbercartOrderPane class Drupal\uc_order\Annotation uc_order/src/Annotation/UbercartOrderPane.php Defines an order pane annotation object. 1
UbercartPaymentMethod class Drupal\uc_payment\Annotation payment/uc_payment/src/Annotation/UbercartPaymentMethod.php Defines an Ubercart payment method annotation object. 1
UbercartShippingQuote class Drupal\uc_quote\Annotation shipping/uc_quote/src/Annotation/UbercartShippingQuote.php Defines a shipping quote plugin annotation object. 1
UbercartTaxRate class Drupal\uc_tax\Annotation uc_tax/src/Annotation/UbercartTaxRate.php Defines a tax rate annotation object. 1
UbercartTestBase abstract class Drupal\uc_store\Tests uc_store/src/Tests/UbercartTestBase.php Base class for Ubercart Simpletest tests. 2 2
UcAddress class Drupal\uc_store\Element uc_store/src/Element/UcAddress.php Provides a form element for Ubercart address input.
UcCountryServiceProvider class Drupal\uc_country uc_country/src/UcCountryServiceProvider.php Substitutes the uc_country manager service for the core country_manager.
UcDimensionsFormatter class Drupal\uc_product\Plugin\Field\FieldFormatter uc_product/src/Plugin/Field/FieldFormatter/UcDimensionsFormatter.php Plugin implementation of the Ubercart dimensions formatter.
UcDimensionsItem class Drupal\uc_product\Plugin\Field\FieldType uc_product/src/Plugin/Field/FieldType/UcDimensionsItem.php Defines the Ubercart dimensions field type.
UcDimensionsWidget class Drupal\uc_product\Plugin\Field\FieldWidget uc_product/src/Plugin/Field/FieldWidget/UcDimensionsWidget.php Plugin implementation of the Ubercart dimensions widget.
UcPrice class Drupal\uc_store\Element uc_store/src/Element/UcPrice.php Provides a form element for Ubercart price input.
UcPriceFormatter class Drupal\uc_product\Plugin\Field\FieldFormatter uc_product/src/Plugin/Field/FieldFormatter/UcPriceFormatter.php Plugin implementation of the Ubercart price formatter.
UcPriceItem class Drupal\uc_product\Plugin\Field\FieldType uc_product/src/Plugin/Field/FieldType/UcPriceItem.php Defines the Ubercart price field type.
UcPriceWidget class Drupal\uc_product\Plugin\Field\FieldWidget uc_product/src/Plugin/Field/FieldWidget/UcPriceWidget.php Plugin implementation of the Ubercart price widget.
UcProductImageFormatter class Drupal\uc_product\Plugin\Field\FieldFormatter uc_product/src/Plugin/Field/FieldFormatter/UcProductImageFormatter.php Plugin implementation of the 'uc_product_image' formatter.
UcQuantity class Drupal\uc_store\Element uc_store/src/Element/UcQuantity.php Provides a form element for Ubercart quantity input.
UcWeightFormatter class Drupal\uc_product\Plugin\Field\FieldFormatter uc_product/src/Plugin/Field/FieldFormatter/UcWeightFormatter.php Plugin implementation of the Ubercart 'uc_weight' formatter.
UcWeightItem class Drupal\uc_product\Plugin\Field\FieldType uc_product/src/Plugin/Field/FieldType/UcWeightItem.php Defines the Ubercart weight field type.
UcWeightWidget class Drupal\uc_product\Plugin\Field\FieldWidget uc_product/src/Plugin/Field/FieldWidget/UcWeightWidget.php Plugin implementation of the Ubercart 'uc_weight' widget.
uc_product_kit_handler_filter_product_kit class uc_product_kit/views/uc_product_kit_handler_filter_product_kit.inc Filters nodes based on whether they have an entry in the uc_product_kit table.
uc_product_kit_handler_filter_product_kit_item class uc_product_kit/views/uc_product_kit_handler_filter_product_kit_item.inc Filters nodes based on whether they are part of a product kit.
UpdateOrder class Drupal\uc_order\Plugin\Ubercart\OrderPane uc_order/src/Plugin/Ubercart/OrderPane/UpdateOrder.php Update an order's status or add comments to an order.
UPSRateBase abstract class Drupal\uc_ups\Plugin\Ubercart\ShippingQuote shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php Common functionality for UPS shipping quotes plugins.
UPSSettingsForm class Drupal\uc_ups\Form shipping/uc_ups/src/Form/UPSSettingsForm.php Configures UPS settings. 1
UPSUtilities class Drupal\uc_ups shipping/uc_ups/src/UPSUtilities.php Utility routines for UPS Shipping. 3
UserForm class Drupal\uc_file\Form uc_file/src/Form/UserForm.php Creates or edits a file feature for a product.
USPSDomesticRate class Drupal\uc_usps\Plugin\Ubercart\ShippingQuote shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSDomesticRate.php Provides a percentage rate shipping quote plugin.
USPSInternationalRate class Drupal\uc_usps\Plugin\Ubercart\ShippingQuote shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSInternationalRate.php Provides a percentage rate shipping quote plugin.
USPSRateBase abstract class Drupal\uc_usps\Plugin\Ubercart\ShippingQuote shipping/uc_usps/src/Plugin/Ubercart/ShippingQuote/USPSRateBase.php Common functionality for USPS shipping quotes plugins. 2
USPSSettingsForm class Drupal\uc_usps\Form shipping/uc_usps/src/Form/USPSSettingsForm.php Configures USPS settings. 1
USPSUtilities class Drupal\uc_usps shipping/uc_usps/src/USPSUtilities.php Utility routines for USPS Shipping. 2
Weight class Drupal\uc_store\Plugin\views\field uc_store/src/Plugin/views/field/Weight.php Field handler to provide formatted weights. 3 3
WeightQuote class Drupal\uc_quote\Plugin\Ubercart\ShippingQuote shipping/uc_quote/src/Plugin/Ubercart/ShippingQuote/WeightQuote.php Assigns a shipping rate to products based on weight.
WeightTotal class Drupal\uc_order\Plugin\views\field uc_order/src/Plugin/views/field/WeightTotal.php Total weight field handler.
WpsController class Drupal\uc_paypal\Controller payment/uc_paypal/src/Controller/WpsController.php Returns responses for PayPal routes.
YearlySalesReport class Drupal\uc_report\Form uc_report/src/Form/YearlySalesReport.php Generates yearly sales report.
Zone class Drupal\uc_country\Plugin\views\field uc_country/src/Plugin/views/field/Zone.php A handler to provide proper displays for zone.

Pages

Other projects