You are here

Classes, traits, and interfaces in Ubercart 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
OrderAccessControlHandler class Drupal\uc_order uc_order/src/OrderAccessControlHandler.php Defines the access control handler for Ubercart orders.
OrderAdminController class Drupal\uc_order\Controller uc_order/src/Controller/OrderAdminController.php Controller routines for order routes.
OrderCommentAddedEvent class Drupal\uc_order\Event uc_order/src/Event/OrderCommentAddedEvent.php Event that is fired when an order comment is added. 1
OrderCommentAddedEventTest class Drupal\Tests\uc_order\Unit\Integration\Event uc_order/tests/src/Unit/Integration/Event/OrderCommentAddedEventTest.php Checks that the event "uc_order_comment_added" is correctly defined.
OrderComments class Drupal\uc_order\Plugin\Ubercart\OrderPane uc_order/src/Plugin/Ubercart/OrderPane/OrderComments.php View the order comments, used for communicating with customers.
OrderCommentsPane class Drupal\uc_cart\Plugin\Ubercart\CheckoutPane uc_cart/src/Plugin/Ubercart/CheckoutPane/OrderCommentsPane.php Allows a customer to make comments on the order.
OrderCommentsTest class Drupal\Tests\uc_order\Functional uc_order/tests/src/Functional/OrderCommentsTest.php Tests customer administration page functionality.
OrderConditionBase abstract class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderConditionBase.php Base class containing useful functions for some Order conditions. 5
OrderController class Drupal\uc_order\Controller uc_order/src/Controller/OrderController.php Controller routines for order routes.
OrderCreateForm class Drupal\uc_order\Form uc_order/src/Form/OrderCreateForm.php Creates a new order and redirect to its edit screen. 1
OrderDeletedEvent class Drupal\uc_order\Event uc_order/src/Event/OrderDeletedEvent.php Event that is fired when an order is being deleted. 1
OrderDeletedEventTest class Drupal\Tests\uc_order\Unit\Integration\Event uc_order/tests/src/Unit/Integration/Event/OrderDeletedEventTest.php Checks that the event "uc_order_delete" is correctly defined.
OrderDeleteForm class Drupal\uc_order\Form uc_order/src/Form/OrderDeleteForm.php Provides a form for deleting a feed.
OrderEventTestBase abstract class Drupal\Tests\uc_order\Unit\Integration\Event uc_order/tests/src/Unit/Integration/Event/OrderEventTestBase.php Base class containing common code for uc_order event tests. 4
OrderForm class Drupal\uc_order uc_order/src/OrderForm.php Form controller for the Ubercart order form.
OrderHasProductClassCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderHasProductClassCondition.php Provides 'Order has a product with a selected product classes' condition.
OrderHasProductsCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderHasProductsCondition.php Provides 'Order has specific product(s)' condition.
OrderInterface interface Drupal\uc_order uc_order/src/OrderInterface.php Provides an interface defining an Ubercart order entity. 1 131
OrderInvoiceTest class Drupal\Tests\uc_order\Functional uc_order/tests/src/Functional/OrderInvoiceTest.php Tests order administration page invoice tab functionality.
OrderIsShippableCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderIsShippableCondition.php Provides 'Order is shippable' condition.
OrderPaneManager class Drupal\uc_order\Plugin uc_order/src/Plugin/OrderPaneManager.php Manages discovery and instantiation of order panes. 2 2
OrderPanePluginBase abstract class Drupal\uc_order uc_order/src/OrderPanePluginBase.php Defines a base order pane plugin implementation. 5 4
OrderPanePluginInterface interface Drupal\uc_order uc_order/src/OrderPanePluginInterface.php Defines an interface for order pane plugins. 1 1
OrderPaymentsForm class Drupal\uc_payment\Form payment/uc_payment/src/Form/OrderPaymentsForm.php Displays a list of payments attached to an order. 1
OrderPaymentsFormTest class Drupal\Tests\uc_payment\Functional payment/uc_payment/tests/src/Functional/OrderPaymentsFormTest.php Tests the order payments form.
OrderProduct class Drupal\uc_order\Entity uc_order/src/Entity/OrderProduct.php Defines the order product entity class. 8
OrderProductHasAttributeOption class Drupal\uc_attribute\Plugin\Condition uc_attribute/src/Plugin/Condition/OrderProductHasAttributeOption.php Provides 'Order has a product with a particular attribute option' condition.
OrderProductInterface interface Drupal\uc_order uc_order/src/OrderProductInterface.php Provides an interface defining an Ubercart order product entity. 1 7
OrderProductStorage class Drupal\uc_order uc_order/src/OrderProductStorage.php Controller class for ordered products.
OrderProductViewBuilder class Drupal\uc_order uc_order/src/OrderProductViewBuilder.php View builder for ordered products.
OrderRouteProvider class Drupal\uc_order\Entity uc_order/src/Entity/OrderRouteProvider.php Provides routes for uc_orders.
OrderRulesEventsTest class Drupal\Tests\uc_order\Functional uc_order/tests/src/Functional/OrderRulesEventsTest.php Tests the four events that uc_order provides for use in Rules module.
OrderRulesTestBase abstract class Drupal\Tests\uc_order\Functional uc_order/tests/src/Functional/OrderRulesTestBase.php Tests the four events that uc_order provides for use in Rules module. 1
OrderStateCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderStateCondition.php Provides 'Check order's workflow state' condition.
OrderStatus class Drupal\uc_order\Entity uc_order/src/Entity/OrderStatus.php Defines the order status entity. 14
OrderStatusAccessControlHandler class Drupal\uc_order uc_order/src/OrderStatusAccessControlHandler.php Defines the access control handler for Ubercart order statuses.
OrderStatusAddForm class Drupal\uc_order\Form uc_order/src/Form/OrderStatusAddForm.php Presents the form to create a custom order status. 1
OrderStatusEmailUpdateEvent class Drupal\uc_order\Event uc_order/src/Event/OrderStatusEmailUpdateEvent.php Event indicating an email notification of order status change was requested. 1
OrderStatusEmailUpdateEventTest class Drupal\Tests\uc_order\Unit\Integration\Event uc_order/tests/src/Unit/Integration/Event/OrderStatusEmailUpdateEventTest.php Checks that the event "uc_order_status_email_update" is correctly defined.
OrderStatusInterface interface Drupal\uc_order uc_order/src/OrderStatusInterface.php Defines the order status entity. 1 2
OrderStatusTest class Drupal\Tests\uc_order\Unit uc_order/tests/src/Unit/OrderStatusTest.php @coversDefaultClass \Drupal\uc_order\Entity\OrderStatus
OrderStatusUpdateEvent class Drupal\uc_order\Event uc_order/src/Event/OrderStatusUpdateEvent.php Event that is fired when an order's status is changed. 1
OrderStatusUpdateEventTest class Drupal\Tests\uc_order\Unit\Integration\Event uc_order/tests/src/Unit/Integration/Event/OrderStatusUpdateEventTest.php Checks that the event "uc_order_status_update" is correctly defined.
OrderSubtotalCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderSubtotalCondition.php Provides 'Order subtotal amount' condition.
OrderTest class Drupal\Tests\uc_order\Functional uc_order/tests/src/Functional/OrderTest.php Tests for Ubercart orders.
OrderTestTrait trait Drupal\Tests\uc_order\Traits uc_order/tests/src/Traits/OrderTestTrait.php Utility functions to provide orders for test purposes. 3
OrderTotalCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderTotalCondition.php Provides 'Order total value' condition.
OrderTotalWeightCondition class Drupal\uc_order\Plugin\Condition uc_order/src/Plugin/Condition/OrderTotalWeightCondition.php Provides 'Order total weight' condition.
OrderUpdateForm class Drupal\uc_order\Form uc_order/src/Form/OrderUpdateForm.php Updates an order's status and optionally adds comments.
OrderViewBuilder class Drupal\uc_order uc_order/src/OrderViewBuilder.php View builder for orders.

Pages

Other projects