You are here

Classes, traits, and interfaces in Commerce Product Bundle 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AddToCartFormatter class Drupal\commerce_product_bundle\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/AddToCartFormatter.php Plugin implementation of the 'commerce_product_bundle_add_to_cart' formatter.
BundleInterface interface Drupal\commerce_product_bundle\Entity src/Entity/BundleInterface.php Provides an interface for defining product bundle entities. 1 4
BundleItemInterface interface Drupal\commerce_product_bundle\Entity src/Entity/BundleItemInterface.php Provides an interface for defining product bundle item entities. 1 2
BundleItemOrderItem class Drupal\commerce_product_bundle\Entity src/Entity/BundleItemOrderItem.php Defines the Bundle Item Order Item entity. 1
BundleItemOrderItemInlineForm class Drupal\commerce_product_bundle\Form src/Form/BundleItemOrderItemInlineForm.php Defines the inline form for order items.
BundleItemOrderItemInterface interface Drupal\commerce_product_bundle\Entity src/Entity/BundleItemOrderItemInterface.php Provides an interface for defining Bundle Item Order Item entities. 1 1
BundleItemOrderItemSubscriber class Drupal\commerce_product_bundle\EventSubscriber src/EventSubscriber/BundleItemOrderItemSubscriber.php Deletes the bundle items order items if an order item gets deleted. 2
BundleItemOrderItemTable class Drupal\commerce_product_bundle\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/BundleItemOrderItemTable.php Plugin implementation of the 'cpb_item_order_item_table' formatter.
BundleItemOrderItemTest class Drupal\Tests\commerce_product_bundle\Kernel\Entity tests/src/Kernel/Entity/BundleItemOrderItemTest.php Test the Product Bundle Item entity.
BundleItemOrderItemViewsData class Drupal\commerce_product_bundle\Entity src/Entity/BundleItemOrderItemViewsData.php Provides Views data for Bundle Item Order Item entities.
BundleItemSelection class Drupal\commerce_product_bundle\Plugin\Field\FieldType src/Plugin/Field/FieldType/BundleItemSelection.php Plugin implementation of the 'commerce_product_bundle_item_selection' field type.
BundleItemSelectionDefaultFormatter class Drupal\commerce_product_bundle\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/BundleItemSelectionDefaultFormatter.php Plugin implementation of the 'commerce_product_bundle_item_selection_default' formatter.
BundleItemSelectionDefaultWidget class Drupal\commerce_product_bundle\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/BundleItemSelectionDefaultWidget.php Plugin implementation of 'commerce_product_bundle_item_selection_default'.
BundleItemTypeInterface interface Drupal\commerce_product_bundle\Entity src/Entity/BundleItemTypeInterface.php Provides an interface for defining product bundle item type entities. 1 1
BundlePriceCalculatedFormatter class Drupal\commerce_product_bundle\Plugin\Field\FieldFormatter src/Plugin/Field/FieldFormatter/BundlePriceCalculatedFormatter.php Plugin implementation of the 'commerce_price_calculated' formatter.
BundlePriceResolver class Drupal\commerce_product_bundle\Resolver src/Resolver/BundlePriceResolver.php Commerce Product Bundle Price Resolver. 1 2
BundlePriceResolverTest class Drupal\Tests\commerce_product_bundle\Kernel\Resolver tests/src/Kernel/Resolver/BundlePriceResolverTest.php Tests the bundle price resolver.
BundleTypeInterface interface Drupal\commerce_product_bundle\Entity src/Entity/BundleTypeInterface.php Provides an interface for defining product bundle type entities. 1 1
CartEventSubscriber class Drupal\commerce_product_bundle_cart\EventSubscriber modules/commerce_product_bundle_cart/src/EventSubscriber/CartEventSubscriber.php
CommerceProductBundleItemTest class Drupal\Tests\commerce_product_bundle\Kernel\Entity tests/src/Kernel/Entity/CommerceProductBundleItemTest.php Test the Product Bundle Item entity.
CommerceProductBundleKernelTestBase abstract class Drupal\Tests\commerce_product_bundle\Kernel tests/src/Kernel/CommerceProductBundleKernelTestBase.php Provides a base class for Commerce Product Bundle tests. 5 5
CommerceProductBundleTest class Drupal\Tests\commerce_product_bundle\Kernel\Entity tests/src/Kernel/Entity/CommerceProductBundleTest.php Test the Product Bundle Item entity.
EntityPermissionProvider class Drupal\commerce_product_bundle src/EntityPermissionProvider.php Provides Commerce Product Bundle entity permissions.
MinQtyLessThanOrEqualMaxQtyConstraint class Drupal\commerce_product_bundle\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/MinQtyLessThanOrEqualMaxQtyConstraint.php Helps validating that the minimum qty value is less than or equal to the maximum qty. 1
MinQtyLessThanOrEqualMaxQtyConstraintValidator class Drupal\commerce_product_bundle\Plugin\Validation\Constraint src/Plugin/Validation/Constraint/MinQtyLessThanOrEqualMaxQtyConstraintValidator.php Validates the MinQtyLessThanOrEqualMaxQty constraint. 1
MinQtyLessThanOrEqualMaxQtyConstraintValidatorTest class Drupal\Tests\commerce_product_bundle\Unit\Plugin\Validation\Constraint tests/src/Unit/Plugin/Validation/Constraint/MinQtyLessThanOrEqualMaxQtyConstraintValidatorTest.php Test the MinQtyLessThanOrEqualMaxQty constraint validator.
ProductBundle class Drupal\commerce_product_bundle\Entity src/Entity/ProductBundle.php Defines the product bundle entity. 3
ProductBundleAccessControlHandler class Drupal\commerce_product_bundle src/ProductBundleAccessControlHandler.php Controls access based on the Commerce Product Bundle permissions.
ProductBundleBrowserTestBase abstract class Drupal\Tests\commerce_product_bundle\Functional tests/src/Functional/ProductBundleBrowserTestBase.php Defines base class to use in commerce_product_bundle functional tests. 1 1
ProductBundleDeleteForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleDeleteForm.php Provides a form for deleting product bundle entities.
ProductBundleForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleForm.php Form controller for product bundle edit forms.
ProductBundleItem class Drupal\commerce_product_bundle\Entity src/Entity/ProductBundleItem.php Defines the product bundle item entity. 4
ProductBundleItemAccessControlHandler class Drupal\commerce_product_bundle src/ProductBundleItemAccessControlHandler.php Controls access based on the Commerce Product Bundle permissions.
ProductBundleItemDeleteForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleItemDeleteForm.php Provides a form for deleting product bundle item entities.
ProductBundleItemForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleItemForm.php Form controller for product bundle item edit forms.
ProductBundleItemInlineForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleItemInlineForm.php Defines the inline form for product bundle items.
ProductBundleItemListBuilder class Drupal\commerce_product_bundle src/ProductBundleItemListBuilder.php Defines a class to build a listing of product bundle item entities.
ProductBundleItemStorage class Drupal\commerce_product_bundle src/ProductBundleItemStorage.php Defines the storage handler class for product bundle item entities.
ProductBundleItemStorageInterface interface Drupal\commerce_product_bundle src/ProductBundleItemStorageInterface.php Defines the storage handler class for product bundle item entities. 1
ProductBundleItemsWidget class Drupal\commerce_product_bundle\Plugin\Field\FieldWidget src/Plugin/Field/FieldWidget/ProductBundleItemsWidget.php Plugin implementation of the 'commerce_product_bundle_items' widget.
ProductBundleItemType class Drupal\commerce_product_bundle\Entity src/Entity/ProductBundleItemType.php Defines the product bundle item type entity.
ProductBundleItemTypeDeleteForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleItemTypeDeleteForm.php Builds the form to delete product bundle item type entities.
ProductBundleItemTypeForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleItemTypeForm.php Provides the product bundle item type form.
ProductBundleItemTypeListBuilder class Drupal\commerce_product_bundle src/ProductBundleItemTypeListBuilder.php Provides a listing of product bundle item type entities.
ProductBundleItemViewsData class Drupal\commerce_product_bundle\Entity src/Entity/ProductBundleItemViewsData.php Provides Views data for product bundle item entities.
ProductBundleLazyBuilders class Drupal\commerce_product_bundle src/ProductBundleLazyBuilders.php Provides #lazy_builder callbacks. 2
ProductBundleListBuilder class Drupal\commerce_product_bundle src/ProductBundleListBuilder.php Defines a class to build a listing of product bundle entities.
ProductBundleSettingsForm class Drupal\commerce_product_bundle\Form src/Form/ProductBundleSettingsForm.php Provides the product bundle settings form.
ProductBundleStockBrowserTestBase abstract class Drupal\Tests\commerce_product_bundle_stock\Functional modules/commerce_product_bundle_stock/tests/src/Functional/ProductBundleStockBrowserTestBase.php Defines base class for commerce stock test cases.
ProductBundleStockKernelTest class Drupal\Tests\commerce_product_bundle_stock\Kernel modules/commerce_product_bundle_stock/tests/src/Kernel/ProductBundleStockKernelTest.php Tests the product bundle stock service manager.

Pages

Other projects