You are here

Classes, traits, and interfaces in Ubercart 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
FulfillmentMethodForm class Drupal\uc_fulfillment\Form shipping/uc_fulfillment/src/Form/FulfillmentMethodForm.php Builds the form to edit fulfillment method entities.
FulfillmentMethodInterface interface Drupal\uc_fulfillment shipping/uc_fulfillment/src/FulfillmentMethodInterface.php Provides an interface for defining fulfillment method entities. 1 2
FulfillmentMethodListBuilder class Drupal\uc_fulfillment shipping/uc_fulfillment/src/FulfillmentMethodListBuilder.php Defines a class to build a listing of fulfillment method entities.
FulfillmentMethodPluginBase abstract class Drupal\uc_fulfillment shipping/uc_fulfillment/src/FulfillmentMethodPluginBase.php Defines a base fulfillment method plugin implementation. 1 1
FulfillmentMethodPluginInterface interface Drupal\uc_fulfillment shipping/uc_fulfillment/src/FulfillmentMethodPluginInterface.php Defines an interface for fulfillment method plugins. 1 1
FulfillmentMethodPluginManager class Drupal\uc_fulfillment\Plugin shipping/uc_fulfillment/src/Plugin/FulfillmentMethodPluginManager.php Manages discovery and instantiation of fulfillment methods. 2 2
FulfillmentRulesEventsTest class Drupal\Tests\uc_fulfillment\Functional shipping/uc_fulfillment/tests/src/Functional/FulfillmentRulesEventsTest.php Tests the one event that uc_fulfillment provides for use in Rules module.
FulfillmentTest class Drupal\Tests\uc_fulfillment\Functional shipping/uc_fulfillment/tests/src/Functional/FulfillmentTest.php Tests fulfillment backend functionality.
FulfillmentTestBase abstract class Drupal\Tests\uc_fulfillment\Functional shipping/uc_fulfillment/tests/src/Functional/FulfillmentTestBase.php Base class for fulfillment backend functionality tests. 4
FulfillmentTestTrait trait Drupal\Tests\uc_fulfillment\Traits shipping/uc_fulfillment/tests/src/Traits/FulfillmentTestTrait.php Utility functions for fulfillment test purposes. 1
FullName class Drupal\uc_order\Plugin\views\field uc_order/src/Plugin/views/field/FullName.php Field handler to provide full names.
Generic class Drupal\uc_order\Plugin\Ubercart\LineItem uc_order/src/Plugin/Ubercart/LineItem/Generic.php Handles the generic line item.
InclusiveTaxTest class Drupal\Tests\uc_tax\Functional uc_tax/tests/src/Functional/InclusiveTaxTest.php Tests that inclusive taxes are calculated and displayed correctly.
IncrementStockAction class Drupal\uc_stock\Plugin\RulesAction uc_stock/src/Plugin/RulesAction/IncrementStockAction.php Provides a 'Increment stock' action.
Length class Drupal\uc_store\Plugin\views\field uc_store/src/Plugin/views/field/Length.php Field handler to provide formatted lengths.
LineItemManager class Drupal\uc_order\Plugin uc_order/src/Plugin/LineItemManager.php Manages discovery and instantiation of line item plugins. 2
LineItemPluginBase abstract class Drupal\uc_order uc_order/src/LineItemPluginBase.php Defines a base line item plugin implementation. 7 7
LineItemPluginInterface interface Drupal\uc_order uc_order/src/LineItemPluginInterface.php Defines an interface for line item plugins. 1 1
LineItems class Drupal\uc_order\Plugin\Ubercart\OrderPane uc_order/src/Plugin/Ubercart/OrderPane/LineItems.php View and modify an order's line items.
MailInvoiceForm class Drupal\uc_order\Form uc_order/src/Form/MailInvoiceForm.php Defines a form to set the recipient of an invoice, then mails it. 1
Manual class Drupal\uc_fulfillment\Plugin\Ubercart\FulfillmentMethod shipping/uc_fulfillment/src/Plugin/Ubercart/FulfillmentMethod/Manual.php Provides a manual fulfillment plugin.
MarstonEncryption Deprecated class Drupal\uc_store uc_store/src/MarstonEncryption.php Deprecated. Handles encryption of credit-card information.
Method class Drupal\uc_payment\Plugin\views\filter payment/uc_payment/src/Plugin/views/filter/Method.php Filter handler for payment methods.
Method class Drupal\uc_payment\Plugin\views\field payment/uc_payment/src/Plugin/views/field/Method.php Field handler to provide payment method.
MoneyTotal class Drupal\uc_order\Plugin\views\field uc_order/src/Plugin/views/field/MoneyTotal.inc Total price field handler.
NewPackageForm class Drupal\uc_fulfillment\Form shipping/uc_fulfillment/src/Form/NewPackageForm.php Puts ordered products into a package. 1
NewShipmentForm class Drupal\uc_fulfillment\Form shipping/uc_fulfillment/src/Form/NewShipmentForm.php Sets up a new shipment with the chosen packages. 1
NodeIsProduct class Drupal\uc_product\Plugin\Condition uc_product/src/Plugin/Condition/NodeIsProduct.php Provides a 'Node is a product' condition.
NotifyGrantEvent class Drupal\uc_file\Event uc_file/src/Event/NotifyGrantEvent.php Event that is fired when a file download is granted. 1
NotifyGrantEvent class Drupal\uc_role\Event uc_role/src/Event/NotifyGrantEvent.php Event that is fired when a user role is granted. 1
NotifyGrantEventTest class Drupal\Tests\uc_role\Unit\Integration\Event uc_role/tests/src/Unit/Integration/Event/NotifyGrantEventTest.php Checks that the event "uc_role_notify_grant" is correctly defined.
NotifyGrantEventTest class Drupal\Tests\uc_file\Unit\Integration\Event uc_file/tests/src/Unit/Integration/Event/NotifyGrantEventTest.php Checks that the event "uc_file_notify_grant" is correctly defined.
NotifyReminderEvent class Drupal\uc_role\Event uc_role/src/Event/NotifyReminderEvent.php Event that is fired when a user role is close to expiring. 1
NotifyReminderEventTest class Drupal\Tests\uc_role\Unit\Integration\Event uc_role/tests/src/Unit/Integration/Event/NotifyReminderEventTest.php Checks that the event "uc_role_notify_reminder" is correctly defined.
NotifyRenewEvent class Drupal\uc_role\Event uc_role/src/Event/NotifyRenewEvent.php Event that is fired when a user role is renewed. 1
NotifyRenewEventTest class Drupal\Tests\uc_role\Unit\Integration\Event uc_role/tests/src/Unit/Integration/Event/NotifyRenewEventTest.php Checks that the event "uc_role_notify_renew" is correctly defined.
NotifyRevokeEvent class Drupal\uc_role\Event uc_role/src/Event/NotifyRevokeEvent.php Event that is fired when a user role is revoked. 1
NotifyRevokeEventTest class Drupal\Tests\uc_role\Unit\Integration\Event uc_role/tests/src/Unit/Integration/Event/NotifyRevokeEventTest.php Checks that the event "uc_role_notify_revoke" is correctly defined.
NumberOfProductsCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/NumberOfProductsCondition.php Provides 'Count of order products' condition.
ObjectAttributesAddFormBase abstract class Drupal\uc_attribute\Form uc_attribute/src/Form/ObjectAttributesAddFormBase.php Defines the class/product attributes add form. 2
ObjectAttributesFormBase abstract class Drupal\uc_attribute\Form uc_attribute/src/Form/ObjectAttributesFormBase.php Defines the class/product attributes overview form. 2
ObjectOptionsFormBase abstract class Drupal\uc_attribute\Form uc_attribute/src/Form/ObjectOptionsFormBase.php Defines the class/product attributes options form. 2
OffsitePaymentMethodForm class Drupal\uc_payment\Form payment/uc_payment/src/Form/OffsitePaymentMethodForm.php Builds the form that payment methods use to redirect off-site. 1
OffsitePaymentMethodPluginInterface interface Drupal\uc_payment payment/uc_payment/src/OffsitePaymentMethodPluginInterface.php Defines an interface for payment method plugins that redirect off-site. 3 5
OpenSSLEncryption class Drupal\uc_store uc_store/src/OpenSSLEncryption.php Provides encryption and decryption using OpenSSL. 2
OptionAddForm class Drupal\uc_attribute\Form uc_attribute/src/Form/OptionAddForm.php Defines the attribute option add form. 1
OptionDeleteForm class Drupal\uc_attribute\Form uc_attribute/src/Form/OptionDeleteForm.php Defines the attribute option delete form. 1
OptionEditForm class Drupal\uc_attribute\Form uc_attribute/src/Form/OptionEditForm.php Defines the attribute option edit form. 1
OptionFormBase abstract class Drupal\uc_attribute\Form uc_attribute/src/Form/OptionFormBase.php Defines the attribute option add/edit edit form. 2
Order class Drupal\uc_order\Entity uc_order/src/Entity/Order.php Defines the order entity class. 33

Pages

Other projects