You are here

Classes, traits, and interfaces in Ubercart 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
ShipmentSaveEvent class Drupal\uc_fulfillment\Event shipping/uc_fulfillment/src/Event/ShipmentSaveEvent.php Event that is fired when a shipment is saved. 1
ShipmentSaveEventTest class Drupal\Tests\uc_fulfillment\Unit\Integration\Event shipping/uc_fulfillment/tests/src/Unit/Integration/Event/ShipmentSaveEventTest.php Checks that the event "uc_fulfillment_shipment_save" is correctly defined.
ShipmentTest class Drupal\Tests\uc_fulfillment\Functional shipping/uc_fulfillment/tests/src/Functional/ShipmentTest.php Tests creating new shipments of packaged products.
Shipping class Drupal\uc_quote\Plugin\Ubercart\LineItem shipping/uc_quote/src/Plugin/Ubercart/LineItem/Shipping.php Handles the subtotal line item.
ShippingMethodCondition class Drupal\uc_quote\Plugin\Condition shipping/uc_quote/src/Plugin/Condition/ShippingMethodCondition.php Provides an 'Order shipping method' condition.
ShippingQuoteMethod class Drupal\uc_quote\Entity shipping/uc_quote/src/Entity/ShippingQuoteMethod.php Defines the shipping quote method configuration entity. 4
ShippingQuoteMethodController class Drupal\uc_quote\Controller shipping/uc_quote/src/Controller/ShippingQuoteMethodController.php Route controller for shipping quote methods.
ShippingQuoteMethodDeleteForm class Drupal\uc_quote\Form shipping/uc_quote/src/Form/ShippingQuoteMethodDeleteForm.php Builds the form to delete shipping quote method entities.
ShippingQuoteMethodForm class Drupal\uc_quote\Form shipping/uc_quote/src/Form/ShippingQuoteMethodForm.php Builds the form to edit shipping quote method entities.
ShippingQuoteMethodInterface interface Drupal\uc_quote shipping/uc_quote/src/ShippingQuoteMethodInterface.php Provides an interface for defining shipping quote method entities. 1 2
ShippingQuoteMethodListBuilder class Drupal\uc_quote shipping/uc_quote/src/ShippingQuoteMethodListBuilder.php Provides a listing of shipping quote method entities.
ShippingQuotePluginBase abstract class Drupal\uc_quote shipping/uc_quote/src/ShippingQuotePluginBase.php Base class for shipping quote plugins. 5 5
ShippingQuotePluginInterface interface Drupal\uc_quote shipping/uc_quote/src/ShippingQuotePluginInterface.php Defines an interface for shipping quote plugins. 1 1
ShippingQuotePluginManager class Drupal\uc_quote\Plugin shipping/uc_quote/src/Plugin/ShippingQuotePluginManager.php Provides the shipping quote plugin manager. 2 2
ShipTo class Drupal\uc_order\Plugin\Ubercart\OrderPane uc_order/src/Plugin/Ubercart/OrderPane/ShipTo.php Manage the order's shipping address and contact information.
ShowForm class Drupal\uc_file\Form uc_file/src/Form/ShowForm.php Displays all files that may be purchased and downloaded for administration. 1
Status class Drupal\uc_order\Plugin\views\filter uc_order/src/Plugin/views/filter/Status.php Filter handler for order statuses.
StockEditForm class Drupal\uc_stock\Form uc_stock/src/Form/StockEditForm.php Defines the stock edit form. 1
StockReportForm class Drupal\uc_stock\Form uc_stock/src/Form/StockReportForm.php Displays a stock report for products with stock tracking enabled.
StockReports class Drupal\uc_stock\Controller uc_stock/src/Controller/StockReports.php Displays a stock report for products with stock tracking enabled.
StockSettingsForm class Drupal\uc_stock\Form uc_stock/src/Form/StockSettingsForm.php Configure stock settings for this site. 1
StockTest class Drupal\Tests\uc_stock\Functional uc_stock/tests/src/Functional/StockTest.php Tests the stock control functionality.
StoreController class Drupal\uc_store\Controller uc_store/src/Controller/StoreController.php Returns responses for Ubercart store routes.
StoredTaxTest class Drupal\Tests\uc_tax\Functional uc_tax/tests/src/Functional/StoredTaxTest.php Tests stored taxes.
StoreSettingsForm class Drupal\uc_store\Form uc_store/src/Form/StoreSettingsForm.php Configure store settings for this site. 1
StoreTest class Drupal\Tests\uc_store\Functional uc_store/tests/src/Functional/StoreTest.php Tests basic store functionality.
Subtotal class Drupal\uc_order\Plugin\Ubercart\LineItem uc_order/src/Plugin/Ubercart/LineItem/Subtotal.php Handles the subtotal line item.
Tax class Drupal\uc_tax\Plugin\Ubercart\LineItem uc_tax/src/Plugin/Ubercart/LineItem/Tax.php Handles the tax line item.
TaxController class Drupal\uc_tax\Controller uc_tax/src/Controller/TaxController.php Controller routines for tax routes.
TaxDisplay class Drupal\uc_tax\Plugin\Ubercart\LineItem uc_tax/src/Plugin/Ubercart/LineItem/TaxDisplay.php Handles the tax line item.
TaxRate class Drupal\uc_tax\Entity uc_tax/src/Entity/TaxRate.php Defines a tax rate configuration entity. 2
TaxRateAddForm class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateAddForm.php Defines the new tax rate form. 1
TaxRateController class Drupal\uc_tax\Controller uc_tax/src/Controller/TaxRateController.php Route controller for tax rates.
TaxRateDeleteForm class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateDeleteForm.php Deletes a tax rate. 1
TaxRateEditForm class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateEditForm.php Defines the tax rate edit form. 1
TaxRateForm class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateForm.php Builds the form to edit tax rate entities.
TaxRateFormBase class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateFormBase.php Defines the tax rate add/edit form. 2
TaxRateInterface interface Drupal\uc_tax uc_tax/src/TaxRateInterface.php Defines a interface for a tax rate configuration entity. 1 2
TaxRateListBuilder class Drupal\uc_tax\Controller uc_tax/src/Controller/TaxRateListBuilder.php Provides a listing of uc_tax_rate configuration entities.
TaxRateListBuilder class Drupal\uc_tax uc_tax/src/TaxRateListBuilder.php Provides a listing of tax rate entities.
TaxRateMethodsForm class Drupal\uc_tax\Form uc_tax/src/Form/TaxRateMethodsForm.php Displays a list of tax methods and rates. 1
TaxRatePluginBase abstract class Drupal\uc_tax uc_tax/src/TaxRatePluginBase.php Defines a base tax rate plugin implementation. 1 1
TaxRatePluginInterface interface Drupal\uc_tax uc_tax/src/TaxRatePluginInterface.php Defines an interface for TaxRate plugins. 1 1
TaxRatePluginManager class Drupal\uc_tax\Plugin uc_tax/src/Plugin/TaxRatePluginManager.php Manages discovery and instantiation of TaxRate plugins. 1 2
TaxRateUiTest class Drupal\Tests\uc_tax\Functional uc_tax/tests/src/Functional/TaxRateUiTest.php Tests the operation of the tax rate configuration user interface.
TaxSubtotal class Drupal\uc_tax\Plugin\Ubercart\LineItem uc_tax/src/Plugin/Ubercart/LineItem/TaxSubtotal.php Handles the tax line item.
TaxTestBase abstract class Drupal\Tests\uc_tax\Functional uc_tax/tests/src/Functional/TaxTestBase.php Provides a common set-up and utility routines for tax tests. 3
TestGateway class Drupal\uc_credit\Plugin\Ubercart\PaymentMethod payment/uc_credit/src/Plugin/Ubercart/PaymentMethod/TestGateway.php Defines the test gateway payment method.
TestHtmlMailCollector class Drupal\uc_store\Plugin\Mail uc_store/src/Plugin/Mail/TestHtmlMailCollector.php Defines an HTML-capable mail backend that captures sent messages for tests.
TestMessenger class Drupal\Tests\uc_cart_links\Unit uc_cart_links/tests/src/Unit/TestMessenger.php Mock class to replace the messenger service in unit tests.

Pages

Other projects