You are here

Classes, traits, and interfaces in Ubercart 8.4

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
CartItemViewsData class Drupal\uc_cart uc_cart/src/CartItemViewsData.php Provides the views data for the uc_order entity type.
CartLinksForm class Drupal\uc_cart_links\Form uc_cart_links/src/Form/CartLinksForm.php Preprocesses a cart link, confirming with the user for destructive actions. 1
CartLinksHelp class Drupal\uc_cart_links\Controller uc_cart_links/src/Controller/CartLinksHelp.php Provides instructions on how to create Cart Links. 1
CartLinksRegexpTest class Drupal\Tests\uc_cart_links\Unit uc_cart_links/tests/src/Unit/CartLinksRegexpTest.php @coversDefaultClass \Drupal\uc_cart_links\CartLinksValidator
CartLinksSettingsForm class Drupal\uc_cart_links\Form uc_cart_links/src/Form/CartLinksSettingsForm.php Configure general shopping cart settings for this site. 1
CartLinksTest class Drupal\uc_cart_links\Tests uc_cart_links/src/Tests/CartLinksTest.php Tests the Cart Links functionality.
CartLinksValidator class Drupal\uc_cart_links uc_cart_links/src/CartLinksValidator.php Utility functions for dealing with Cart Links. 1 2
CartLinksValidatorInterface interface Drupal\uc_cart_links uc_cart_links/src/CartLinksValidatorInterface.php Utility functions for dealing with Cart Links. 1 2
CartManager class Drupal\uc_cart uc_cart/src/CartManager.php Provides the cart manager service. 2
CartManagerInterface interface Drupal\uc_cart uc_cart/src/CartManagerInterface.php Defines a common interface for cart managers. 1 6
CartPane class Drupal\uc_cart\Plugin\Ubercart\CheckoutPane uc_cart/src/Plugin/Ubercart/CheckoutPane/CartPane.php Displays the cart contents for review during checkout.
CartRulesEventsTest class Drupal\Tests\uc_cart\Functional uc_cart/tests/src/Functional/CartRulesEventsTest.php Tests the three events that uc_cart provides for use in Rules module.
CartSettingsForm class Drupal\uc_cart\Form uc_cart/src/Form/CartSettingsForm.php Configure general shopping cart settings for this site. 1
CartSettingsTest class Drupal\Tests\uc_cart\Functional uc_cart/tests/src/Functional/CartSettingsTest.php Tests the cart settings page.
CashOnDelivery class Drupal\uc_payment_pack\Plugin\Ubercart\PaymentMethod payment/uc_payment_pack/src/Plugin/Ubercart/PaymentMethod/CashOnDelivery.php Defines the cash on delivery payment method.
CashOnDeliveryTest class Drupal\Tests\uc_payment_pack\Functional payment/uc_payment_pack/tests/src/Functional/CashOnDeliveryTest.php Tests the payment method pack CashOnDelivery payment method.
CatalogAdminController class Drupal\uc_catalog\Controller uc_catalog/src/Controller/CatalogAdminController.php Convenience methods for catalog administration.
CatalogBlock class Drupal\uc_catalog\Plugin\Block uc_catalog/src/Plugin/Block/CatalogBlock.php Provides the product catalog block.
CatalogBlockTest class Drupal\Tests\uc_catalog\Functional uc_catalog/tests/src/Functional/CatalogBlockTest.php Tests the catalog block functionality.
CatalogBreadcrumbBuilder class Drupal\uc_catalog uc_catalog/src/CatalogBreadcrumbBuilder.php Provides a custom breadcrumb builder for catalog node and listing pages. 2
CatalogBreadcrumbTest class Drupal\Tests\uc_catalog\Functional uc_catalog/tests/src/Functional/CatalogBreadcrumbTest.php Tests for the Ubercart catalog breadcrumbs.
CatalogController class Drupal\uc_catalog\Controller uc_catalog/src/Controller/CatalogController.php Controller routines for catalog routes.
CatalogSettingsForm class Drupal\uc_catalog\Form uc_catalog/src/Form/CatalogSettingsForm.php Configure catalog settings for this site. 1
CatalogTest class Drupal\Tests\uc_catalog\Functional uc_catalog/tests/src/Functional/CatalogTest.php Tests for the Ubercart catalog.
CatalogTestBase abstract class Drupal\Tests\uc_catalog\Functional uc_catalog/tests/src/Functional/CatalogTestBase.php Base class for Ubercart catalog tests. 3
CatalogTestTrait trait Drupal\Tests\uc_catalog\Traits uc_catalog/tests/src/Traits/CatalogTestTrait.php Utility functions to provide catalog taxonomy terms for test purposes. 2
Check class Drupal\uc_payment_pack\Plugin\Ubercart\PaymentMethod payment/uc_payment_pack/src/Plugin/Ubercart/PaymentMethod/Check.php Defines the check payment method.
CheckoutCompleteEvent class Drupal\uc_cart\Event uc_cart/src/Event/CheckoutCompleteEvent.php Event that is fired when a customer completes checkout. 1
CheckoutCompleteEventTest class Drupal\Tests\uc_cart\Unit\Integration\Event uc_cart/tests/src/Unit/Integration/Event/CheckoutCompleteEventTest.php Checks that the event "uc_cart_checkout_complete" is correctly defined.
CheckoutController class Drupal\uc_cart\Controller uc_cart/src/Controller/CheckoutController.php Controller routines for the checkout.
CheckoutForm class Drupal\uc_cart\Form uc_cart/src/Form/CheckoutForm.php The checkout form built up from the enabled checkout panes.
CheckoutPane class Drupal\uc_cart\Annotation uc_cart/src/Annotation/CheckoutPane.php Defines a checkout pane annotation object. 1
CheckoutPaneManager class Drupal\uc_cart\Plugin uc_cart/src/Plugin/CheckoutPaneManager.php Manages discovery and instantiation of checkout panes. 4 2
CheckoutPanePluginBase abstract class Drupal\uc_cart uc_cart/src/CheckoutPanePluginBase.php Defines a base checkout pane plugin implementation. 6 6
CheckoutPanePluginInterface interface Drupal\uc_cart uc_cart/src/CheckoutPanePluginInterface.php Defines an interface for checkout pane plugins. 1 1
CheckoutReviewForm class Drupal\uc_cart\Form uc_cart/src/Form/CheckoutReviewForm.php Gives customers the option to finish checkout or revise their information.
CheckoutReviewOrderEvent class Drupal\uc_cart\Event uc_cart/src/Event/CheckoutReviewOrderEvent.php Event that is fired when a customer reviews their order in checkout. 1
CheckoutReviewOrderEventTest class Drupal\Tests\uc_cart\Unit\Integration\Event uc_cart/tests/src/Unit/Integration/Event/CheckoutReviewOrderEventTest.php Checks that the event "uc_cart_checkout_review_order" is correctly defined.
CheckoutSettingsForm class Drupal\uc_cart\Form uc_cart/src/Form/CheckoutSettingsForm.php Configure general checkout settings for this site. 1
CheckoutSettingsTest class Drupal\Tests\uc_cart\Functional uc_cart/tests/src/Functional/CheckoutSettingsTest.php Tests the checkout settings page.
CheckoutStartEvent class Drupal\uc_cart\Event uc_cart/src/Event/CheckoutStartEvent.php Event that is fired when a customer starts checkout. 1
CheckoutStartEventTest class Drupal\Tests\uc_cart\Unit\Integration\Event uc_cart/tests/src/Unit/Integration/Event/CheckoutStartEventTest.php Checks that the event "uc_cart_checkout_start" is correctly defined.
CheckTest class Drupal\Tests\uc_payment_pack\Functional payment/uc_payment_pack/tests/src/Functional/CheckTest.php Tests the payment method pack Check payment method.
CommandWrapper class Drupal\uc_store\Ajax uc_store/src/Ajax/CommandWrapper.php AJAX command wrapper for commands that have already been rendered. 1
Country class Drupal\uc_country\Entity uc_country/src/Entity/Country.php Defines the uc_country type configuration entity. 11
Country class Drupal\uc_country\Plugin\views\field uc_country/src/Plugin/views/field/Country.php A handler to provide proper displays for country.
CountryController class Drupal\uc_country\Controller uc_country/src/Controller/CountryController.php Utility functions to enable and disable country configuration entities.
CountryForm class Drupal\uc_country\Form uc_country/src/Form/CountryForm.php Form controller for country forms.
CountryInterface interface Drupal\uc_country uc_country/src/CountryInterface.php Defines the uc_country type configuration entity. 1 1
CountryListBuilder class Drupal\uc_country uc_country/src/CountryListBuilder.php Provides a listing of countries.

Pages

Other projects