You are here

namespace Drupal\commerce in Commerce Core 8.2

Classsort descending Location Description
AjaxFormTrait src/AjaxFormTrait.php
AvailabilityCheckerInterface src/AvailabilityCheckerInterface.php Defines the interface for availability checkers.
AvailabilityManager src/AvailabilityManager.php Default implementation of the availability manager.
AvailabilityManagerInterface src/AvailabilityManagerInterface.php Runs the added checkers to determine the availability of a purchasable entity.
BundleFieldDefinition src/BundleFieldDefinition.php Provides a field definition class for bundle fields.
BundlePluginInterface src/BundlePluginInterface.php Interface for plugins which act as entity bundles.
CommerceBundleAccessControlHandler src/CommerceBundleAccessControlHandler.php Defines the access control handler for bundles.
CommerceContentEntityStorage src/CommerceContentEntityStorage.php The default Commerce storage for content entities.
CommerceContentEntityStorageSchema src/CommerceContentEntityStorageSchema.php Defines a schema handler that supports defining base field indexes.
CommerceEntityViewsData src/CommerceEntityViewsData.php Provides improvements to core's generic views integration for entities.
CommerceSinglePluginCollection src/CommerceSinglePluginCollection.php A collection that stores a single plugin, aware of its parent entity.
ConditionGroup src/ConditionGroup.php Represents a condition group.
ConditionManager src/ConditionManager.php Manages discovery and instantiation of condition plugins.
ConditionManagerInterface src/ConditionManagerInterface.php Defines the interface for commerce_condition plugin managers.
ConfigurableFieldManager src/ConfigurableFieldManager.php
ConfigurableFieldManagerInterface src/ConfigurableFieldManagerInterface.php Manages configurable fields based on field definitions.
Context src/Context.php Contains known global information (customer, store, time).
Country src/Country.php Represents a country.
CredentialsCheckFlood src/CredentialsCheckFlood.php Provides flood protection for login credential checks.
CredentialsCheckFloodInterface src/CredentialsCheckFloodInterface.php Provides a flood service tailored to login credential checks.
CurrentCountry src/CurrentCountry.php Holds a reference to the current country, resolved on demand.
CurrentCountryInterface src/CurrentCountryInterface.php Holds a reference to the current country, resolved on demand.
CurrentLocale src/CurrentLocale.php Holds a reference to the current locale, resolved on demand.
CurrentLocaleInterface src/CurrentLocaleInterface.php Holds a reference to the current locale, resolved on demand.
EmbeddedEntityAccessControlHandler src/EmbeddedEntityAccessControlHandler.php Provides an access control handler for embedded entities.
EntityAccessControlHandler src/EntityAccessControlHandler.php Controls access based on the Commerce entity permissions.
EntityHelper src/EntityHelper.php
EntityOwnerTrait src/EntityOwnerTrait.php Provides a trait for Commerce entities that have an owner.
EntityPermissionProvider src/EntityPermissionProvider.php Provides Commerce entity permissions.
EntityTraitManager src/EntityTraitManager.php Manages discovery and instantiation of entity trait plugins.
EntityTraitManagerInterface src/EntityTraitManagerInterface.php Defines the interface for commerce_entity_trait plugin managers.
EntityUuidMapper src/EntityUuidMapper.php
EntityUuidMapperInterface src/EntityUuidMapperInterface.php Maps entity UUIDs to entity IDs, and vice-versa.
EventBase src/EventBase.php Provides a base event class for Commerce events.
InlineFormManager src/InlineFormManager.php Manages discovery and instantiation of inline form plugins.
Interval src/Interval.php Provides a value object for intervals (1 month, 14 days, etc).
Locale src/Locale.php Represents a locale.
MailHandler src/MailHandler.php
MailHandlerInterface src/MailHandlerInterface.php Handles the assembly and dispatch of HTML emails.
PurchasableEntityInterface src/PurchasableEntityInterface.php Defines the interface for purchasable entities.
PurchasableEntityTypeRepository src/PurchasableEntityTypeRepository.php
PurchasableEntityTypeRepositoryInterface src/PurchasableEntityTypeRepositoryInterface.php Provides an interface for methods to help loading purchasable entity types.
UrlData src/UrlData.php Encodes and decodes array data in a URL-safe way.