Skip to content

Variant

Type
Class
Namespace
craft\commerce\elements
Inherits
craft\commerce\elements\Variant » craft\commerce\base\Purchasable » craft\base\Element » craft\base\Component » craft\base\Model » yii\base\Model » yii\base\Component » yii\base\BaseObject
Implements
ArrayAccess, IteratorAggregate, craft\base\ComponentInterface, craft\base\ElementInterface, craft\base\ModelInterface, craft\base\NestedElementInterface, craft\commerce\base\HasStoreInterface, craft\commerce\base\PurchasableInterface, yii\base\Arrayable, yii\base\Configurable, yii\base\StaticInstanceInterface
Uses traits
craft\base\ClonefixTrait, craft\base\ElementTrait, craft\base\NestedElementTrait, yii\base\ArrayableTrait, yii\base\StaticInstanceTrait
Since
2.0

Variant model.

View source

Public Properties

PropertyDescription
actionMenuItems
activeValidatorsyii\validators\Validator – The validators applicable to the current scenario.
additionalButtonsstring
ancestorscraft\elements\db\ElementQueryInterface – The element’s ancestors
archivedboolean – Whether the element is archived
attributesarray – Attribute values (name => value).
attributesFromRequestarray – The attribute values
availableForPurchaseboolean
awaitingFieldValuesboolean – Whether the element is still awaiting its custom field values
basePricefloat, null
basePriceAsCurrencystring – the base price
basePromotionalPricefloat, null
basePromotionalPriceAsCurrencystring – the base promotional price
behaviorsyii\base\Behavior – List of behaviors attached to this component.
cacheTagsstring[]
canonicalcraft\base\ElementInterface, null – The canonical element, if one exists for the current site
canonicalIdinteger, null – The element’s canonical ID
canonicalUidstring – The element’s canonical UID
cardBodyHtmlstring, null
childrencraft\elements\db\ElementQueryInterface – The element’s children
chipLabelHtmlstring
cpEditUrlstring, null – The element’s edit URL in the control panel
cpRevisionsUrlstring, null
crumbsarray
currentRevisionself, null
dateCreatedcraft\gql\types\DateTime, null
dateDeletedDateTime, null – The date that the element was trashed
dateLastMergedDateTime, null – The date that the canonical element was last merged into this one
dateUpdatedcraft\gql\types\DateTime, null
deletedWithOwnerboolean, null – Whether the element was deleted along with its owner
deletedWithProductboolean – Whether the variant was deleted along with its product
descendantscraft\elements\db\ElementQueryInterface – The element’s descendants
descriptionstring – the element's title or any additional descriptive information
dirtyAttributesstring[]
dirtyFieldsstring[]
draftIdinteger, null – The ID of the draft’s row in the drafts table
duplicateOfcraft\base\ElementInterface, null – The element that this element is being duplicated by.
eagerLoadInfocraft\elements\db\EagerLoadInfo, null – Info about the eager loading setup used to query this element.
eagerLoadedElementsstring – some eager-loaded elements on a given handle
editorHtmlstring – The HTML for the element’s editor HUD
elementQueryResultcraft\base\ElementInterface, null – All elements that the element was queried with.
enabledboolean – Whether the element is enabled
enabledForSiteboolean – Whether the element is enabled for this site
errorsarray – Errors for all attributes or the specified attribute.
fieldcraft\base\ElementContainerFieldInterface, null – the element’s field
fieldContextstring – The field context this element’s content uses
fieldIdinteger, null – Field ID
fieldLayoutcraft\models\FieldLayout, null – The field layout used by this element
fieldLayoutIdinteger, null – The element’s field layout ID
fieldParamNamespacearray – The namespace used by custom field params on the request
fieldValuesarray – The element’s normalized custom field values, indexed by their handles
firstErrorsarray – The first errors.
firstSaveboolean – Whether the element is being saved for the first time in a normal state (not as a draft or revision).
forceSaveboolean – Whether the element should definitely be saved, if it’s a nested element being considered for saving by \craft\base\NestedElementManager.
freeShippingboolean
gqlTypeNamestring
hardDeleteboolean – Whether the element is being hard-deleted.
hasDescendantsboolean – Whether the element has descendants
hasUnlimitedStock
heightfloat, null
htmlAttributesarray – Any attributes that should be included in the element’s DOM representation in the control panel
idinteger, null – The element’s ID
invalidNestedElementIdsinteger[]
inventoryItemcraft\commerce\models\InventoryItem
inventoryItemIdinteger
inventoryLevels\Illuminate\Support\Collection<\craft\commerce\models\InventoryLevel>
inventoryTrackedboolean
isAvailableboolean – whether the purchasable is currently available for purchase
isCanonicalboolean – Whether this is the canonical element
isDefaultboolean
isDerivativeboolean – Whether this is a derivative element, such as a draft or revision
isDraftboolean
isFreshboolean
isHomepageboolean
isNewForSiteboolean – Whether the element is being saved to the current site for the first time.
isPromotableboolean – whether this purchasable can be subject to discounts or sales
isProvisionalDraftboolean – Whether this is a provisional draft.
isRevisionboolean
isShippableboolean
isSlugTranslatableboolean
isTaxableboolean
isTitleTranslatableboolean
isUnpublishedDraftboolean
iteratorArrayIterator – An iterator for traversing the items in the list.
languagestring
lazyEagerLoadedElementsstring – The handle that was used to eager-load the elements
lengthfloat, null
levelinteger, null – The element’s level within its structure
lftinteger, null – The element’s left position within its structure
link\Twig\Markup, null – An anchor pre-filled with this element’s URL and title
localizedcraft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
maxQtyinteger, null
mergingCanonicalChangesboolean – Whether recent changes to the canonical element are being merged into this element.
metadataarray – The data, with keys representing the labels.
minQtyinteger, null
modifiedAttributesstring[]
modifiedFieldsstring[]
newSiteIdsinteger[] – The site IDs that the element was just propagated to for the first time.
nextcraft\base\ElementInterface, null – The next element relative to this one, from a given set of criteria
nextSiblingcraft\base\ElementInterface, null – The element’s next sibling
onPromotionboolean – whether this purchasable is currently on sale at a promotional price
onSaleboolean
outdatedAttributesstring[]
outdatedFieldsstring[]
ownercraft\commerce\elements\Product, null
ownerIdinteger, null – the owner element’s ID
parentcraft\base\ElementInterface, null – The element’s parent
parentIdinteger, null – The element’s parent’s ID
parentUristring, null
postEditUrlstring, null
prevcraft\base\ElementInterface, null – The previous element relative to this one, from a given set of criteria
prevSiblingcraft\base\ElementInterface, null – The element’s previous sibling
previewTargetsarray
previewingboolean – Whether the element is currently being previewed.
pricefloat – the price the item will be added to the line item with
priceAsCurrencystring
primaryOwnercraft\commerce\elements\Product, null
primaryOwnerIdinteger, null – the primary owner element’s ID
productcraft\commerce\elements\Product, null – The product associated with this variant, or null if it isn’t known
productIdinteger, null
productSlugstring, null
productTypeHandlestring, null
promotableboolean
promotionRelationSourcefloat – The source for any promotion category relation
promotionalPricefloat, null
propagateAllboolean – Whether all element attributes should be propagated across all its supported sites, even if that means overwriting existing site-specific values.
propagatingboolean – Whether the element is being saved in the context of propagating another site's version of the element.
propagatingFromcraft\base\ElementInterface, null – The element that this element is being propagated from.
refstring, null – The reference string to this element
resavingboolean – Whether the element is being resaved by a ResaveElement job or a resave console command.
revisionIdinteger, null – The ID of the revision’s row in the revisions table
rgtinteger, null – The element’s right position within its structure
rootinteger, null – The element’s structure’s root ID
routemixed – The route that should be used when the element’s URI is requested
salePricefloat – the base price the item will be added to the line item with
salePriceAsCurrencystring
salescraft\commerce\models\Sale[] – sales models which are currently affecting the price of this purchasable
saveOwnershipboolean – Whether to save the element’s row in the elements_owners table from afterSave().
scenariostring – The scenario that this model is in.
searchScoreinteger, null – The element’s search score, if the craft\elements\db\ElementQuery::search() parameter was used when querying for the element
serializedFieldValuesarray – Array of the element’s serialized custom field values, indexed by their handles
shippingCategory
shippingCategoryIdinteger – the purchasable's shipping category ID
siblingscraft\elements\db\ElementQueryInterface – All of the element’s siblings
sitecraft\models\Site – Site the element is associated with
siteIdinteger, null – The site ID the element is associated with
siteSettingsIdinteger, null – The ID of the element’s record in the elements_sites table
skustring – a unique code as per the commerce_purchasables table
skuAsTextstring
slugstring, null – The element’s slug
slugTranslationDescriptionstring, null
slugTranslationKeystring – The translation key
snapshotarray
sortOrderinteger, null
sourceIdinteger, null
sourceUidstring
statusstring, null – The element’s status
stockinteger
storecraft\commerce\models\Store
storeIdinteger
structureIdinteger, null – The element’s structure ID
supportedSitesinteger[], array – The sites this element is associated with
taxCategory
taxCategoryIdinteger – the purchasable's tax category ID
tempIdstring, null – The element’s temporary ID (only used if the element’s URI format contains {id})
titlestring, null – The element’s title
titleTranslationDescriptionstring, null
titleTranslationKeystring – The translation key
totalDescendantsinteger – The total number of descendants that the element has
trashedboolean – Whether the element has been soft-deleted.
uiLabel
uiLabelPathstring[]
uidstring, null – The element’s UID
updateSearchIndexForOwnerboolean – Whether the search index should be updated for the owner element, alongside this element.
updatingFromDerivativeboolean – Whether the element is being updated from a derivative element, such as a draft or revision.
uristring, null – The element’s URI
uriFormatstring, null – The URI format used to generate this element’s URL
urlstring, null – The element’s full URL
validatorsArrayObject, yii\validators\Validator – All the validators declared in the model.
weightfloat, null
widthfloat, null

cacheTags

Type
string[]
Default value
null

View source

dateCreated

Type
craft\gql\types\DateTime, null
Default value
null

View source

dateUpdated

Type
craft\gql\types\DateTime, null
Default value
null

View source

deletedWithProduct

Type
boolean
Default value
false

Whether the variant was deleted along with its product

See also beforeDelete()

View source

eagerLoadedElements

Type
string
Default value
null

some eager-loaded elements on a given handle

View source

gqlTypeName

Type
string
Default value
null

View source

isDefault

Type
boolean
Default value
false

View source

isTitleTranslatable

Type
boolean
Default value
null
Access
Read-only

View source

owner

Type
craft\commerce\elements\Product, null
Default value
null

View source

priceAsCurrency

Type
string
Default value
null

View source

primaryOwner

Type
craft\commerce\elements\Product, null
Default value
null

View source

product

Type
craft\commerce\elements\Product, null
Default value
null

The product associated with this variant, or null if it isn’t known

View source

productId

Type
integer, null
Default value
null
Since
5.0.0

View source

productSlug

Type
string, null
Default value
null
Since
5.0.0

View source

productTypeHandle

Type
string, null
Default value
null
Since
5.0.0

View source

salePriceAsCurrency

Type
string
Default value
null

View source

skuAsText

Type
string
Default value
null

View source

sortOrder

Type
integer, null
Default value
null

View source

titleTranslationDescription

Type
string, null
Default value
null
Access
Read-only

View source

titleTranslationKey

Type
string
Default value
null
Access
Read-only

The translation key

View source

Protected Properties

PropertyDescription
revisionCreatorIdinteger, null – Revision creator ID to be saved
revisionNotesstring, null – Revision notes to be saved

Public Methods

MethodDescription
__call()Calls the named method which is not a class method.
__clone()
__construct()
__get()Returns the value of a component property.
__isset()Checks if a property is set.
__set()Sets the value of a component property.
__toString()Returns the string representation of the element.
__unset()Sets a component property to be null.
actions()Returns the available bulk element actions for a given source.
activeAttributes()Returns the attribute names that are subject to validation in the current scenario.
addError()Adds a new error to the specified attribute.
addErrors()Adds a list of errors.
addInvalidNestedElementIds()Registers invalid nested element IDs with the element, so an error class can be added on their cards.
addModelErrors()Adds errors from another model, with a given attribute name prefix.
afterDelete()Clean up purchasable table
afterDeleteForSite()Performs actions after an element is deleted for a site.
afterMoveInStructure()Performs actions after an element is moved within a structure.
afterOrderComplete()Runs any logic needed for this purchasable after it was on an order that was just completed (not when an order was paid, although paying an order will complete it).
afterPropagate()Performs actions after an element is fully saved and propagated to other sites.
afterRestore()
afterSave()Update purchasable table
afterValidate()This method is invoked after validation ends.
attachBehavior()Attaches a behavior to this component.
attachBehaviors()Attaches a list of behaviors to the component.
attributeHints()Returns the attribute hints.
attributeLabels()Returns the attribute labels.
attributes()Returns the list of attribute names.
beforeDelete()Performs actions before an element is deleted.
beforeDeleteForSite()Performs actions before an element is deleted for a site.
beforeMoveInStructure()Performs actions before an element is moved within a structure.
beforeRestore()Performs actions before an element is restored.
beforeSave()
beforeValidate()This method is invoked before validation starts.
behaviors()
canCreateDrafts()Returns whether the given user is authorized to create drafts for this element.
canDelete()Returns whether the given user is authorized to delete this element.
canDeleteForSite()Returns whether the given user is authorized to delete this element for its current site.
canDuplicate()Returns whether the given user is authorized to duplicate this element.
canDuplicateAsDraft()Returns whether the given user is authorized to duplicate this element as an unpublished draft.
canGetProperty()Returns a value indicating whether a property can be read.
canSave()Returns whether the given user is authorized to save this element in its current form.
canSetProperty()Returns a value indicating whether a property can be set.
canView()Returns whether the given user is authorized to view this element’s edit page.
className()Returns the fully qualified name of this class.
clearErrors()Removes errors for all attributes or a single attribute.
createAnother()Creates a new element (without saving it) based on this one.
createCondition()Returns an element condition for the element type.
createValidators()Creates validator objects based on the validation rules specified in rules().
currencyAttributes()
datetimeAttributes()Returns the names of any attributes that should hold DateTime values.
defaultTableAttributes()Returns the list of table attribute keys that should be shown by default.
defineRules()
detachBehavior()Detaches a behavior from the component.
detachBehaviors()Detaches all behaviors from the component.
displayName()Returns the display name of this class.
eagerLoadingMap()Returns an array that maps source-to-target element IDs based on the given sub-property handle.
ensureBehaviors()Makes sure that the behaviors declared in behaviors() are attached to this component.
exporters()Returns the available export options for a given source.
extraFields()Returns the list of fields that can be expanded further and returned by toArray().
fieldLayouts()Returns all the field layouts associated with elements from the given source.
fields()Returns the list of fields that should be returned by default by toArray() when no specific fields are specified.
find()Creates an \craft\commerce\elements\ElementQueryInterface instance for query purpose.
findAll()Returns a list of elements that match the specified ID(s) or a set of element criteria parameters.
findOne()Returns a single element instance by a primary key or a set of element criteria parameters.
findSource()Returns a source definition by a given source key/path and context.
formName()Returns the form name that this model class should use.
generateAttributeLabel()Generates a user friendly attribute label based on the give attribute name.
get()
getActionMenuItems()
getActiveValidators()Returns the validators applicable to the current scenario.
getAdditionalButtons()Returns additional buttons that should be shown at the top of the element’s edit page.
getAncestors()Returns the element’s ancestors.
getAttributeHint()Returns the text hint for the specified attribute.
getAttributeHtml()Returns the HTML that should be shown for a given attribute in table and card views.
getAttributeLabel()Returns the text label for the specified attribute.
getAttributeStatus()Returns the status of a given attribute.
getAttributes()Returns attribute values.
getBasePrice()
getBasePromotionalPrice()
getBehavior()Returns the named behavior object.
getBehaviors()Returns all behaviors attached to this component.
getCacheTags()Returns the cache tags that should be cleared when this element is saved.
getCanonical()Returns the canonical version of the element.
getCanonicalId()Returns the element’s canonical ID.
getCanonicalUid()Returns the element’s canonical UUID.
getCardBodyHtml()Returns the body HTML for element cards.
getChildren()Returns the element’s children.
getChipLabelHtml()Returns the label HTML for element chips.
getCpEditUrl()
getCpRevisionsUrl()Returns the element’s revisions index URL in the control panel.
getCrumbs()Returns the breadcrumbs that lead up to the element.
getCurrentRevision()Returns the element’s current revision, if one exists.
getDescendants()Returns the element’s descendants.
getDescription()Returns the product title and variants title together for variable products.
getDirtyAttributes()Returns a list of attribute names that have changed since the element was first loaded.
getDirtyFields()Returns a list of custom field handles that have changed since the element was first loaded.
getEagerLoadedElementCount()Returns the count of eager-loaded elements for a given handle.
getEagerLoadedElements()Returns the eager-loaded elements for a given handle.
getEnabledForSite()Returns whether the element is enabled for the current site.
getErrorSummary()Returns the errors for all attributes as a one-dimensional array.
getErrors()Returns the errors for all attributes or a single attribute.
getField()Returns the field that contains the element.
getFieldContext()Returns the field context this element’s content uses.
getFieldLayout()Returns the field layout used by this element.
getFieldParamNamespace()Returns the namespace used by custom field params on the request.
getFieldValue()Returns the value for a given field.
getFieldValues()Returns the element’s normalized custom field values, indexed by their handles.
getFirstError()Returns the first error of the specified attribute.
getFirstErrors()Returns the first error of every attribute in the model.
getGqlTypeName()
getHasDescendants()Returns whether the element has descendants.
getHasUnlimitedStock()
getHtmlAttributes()Returns any attributes that should be included in the element’s chips and cards.
getId()
getInlineAttributeInputHtml()Returns the HTML that should be shown for a given attribute's inline editing input.
getInvalidNestedElementIds()Returns the element’s invalid nested element IDs.
getInventoryItem()
getInventoryLevels()Returns the total stock across all locations this purchasable is tracked in.
getIsAvailable()Returns whether the purchasable is currently available for purchase.
getIsCanonical()Returns whether this is the canonical element.
getIsDerivative()Returns whether this is a derivative element, such as a draft or revision.
getIsDraft()Returns whether this is a draft.
getIsFresh()Returns whether the element is "fresh" (not yet explicitly saved, and without validation errors).
getIsHomepage()Returns whether this element represents the site homepage.
getIsPromotable()Returns whether this purchasable can be subject to discounts or sales.
getIsRevision()Returns whether this is a revision.
getIsShippable()
getIsSlugTranslatable()Returns whether the Slug field should be shown as translatable in the UI.
getIsTaxable()Returns whether this purchasable is exempt from taxes.
getIsTitleTranslatable()Returns whether the Title field should be shown as translatable in the UI.
getIsUnpublishedDraft()Returns whether the element is an unpublished draft.
getIterator()Returns an iterator for traversing the attributes in the model.
getLanguage()Returns the language of the element.
getLineItemRules()Returns any validation rules this purchasable required the line item to have.
getLink()Returns an anchor pre-filled with this element’s URL and title.
getLocalized()Returns the same element in other locales.
getMetadata()Returns element metadata that should be shown within the editor sidebar.
getModifiedAttributes()Returns the attribute names that have changed for this element.
getModifiedFields()Returns the field handles that have changed for this element.
getNext()Returns the next element relative to this one, from a given set of criteria.
getNextSibling()Returns the element’s next sibling.
getOnPromotion()
getOnSale()
getOutdatedAttributes()Returns the attribute names that have been updated on the canonical element since the last time it was merged into this element.
getOutdatedFields()Returns the field handles that have been updated on the canonical element since the last time it was merged into this element.
getOwner()
getOwnerId()Returns the owner element’s ID, if the element has one.
getParent()Returns the element’s parent.
getParentId()Returns the parent ID.
getParentUri()Returns the parent element’s URI, if there is one.
getPostEditUrl()Returns the URL that users should be redirected to after editing the element.
getPrev()Returns the previous element relative to this one, from a given set of criteria.
getPrevSibling()Returns the element’s previous sibling.
getPreviewTargets()Returns the additional locations that should be available for previewing the element, besides its primary URL.
getPrice()
getPrimaryOwner()
getPrimaryOwnerId()Returns the primary owner element’s ID, if the element has one.
getProduct()Returns the product associated with this variant.
getProductId()
getProductSlug()
getProductTypeHandle()
getPromotionRelationSource()Returns a promotion category related to this element if the category is related to the product OR the variant.
getPromotionalPrice()
getRef()Returns the reference string to this element.
getRoute()Returns the route that should be used when the element’s URI is requested.
getSalePrice()Returns the actual price the purchasable will be sold for.
getSales()
getScenario()Returns the scenario that this model is used in.
getSearchKeywords()
getSerializedFieldValues()Returns an array of the element’s serialized custom field values, indexed by their handles.
getShippingCategory()Returns the purchasable's shipping category.
getShippingCategoryId()
getSiblings()Returns all of the element’s siblings.
getSidebarHtml()Returns the HTML for any fields/info that should be shown within the editor sidebar.
getSite()Returns the site the element is associated with.
getSku()Returns a unique code. Unique as per the commerce_purchasables table.
getSkuAsText()Returns the SKU as text but returns a blank string if it’s a temp SKU.
getSlugTranslationDescription()Returns the description of the Slug field’s translation support.
getSlugTranslationKey()Returns the Slug’s translation key.
getSnapshot()
getSortOrder()Returns the element’s sort order, if it has one.
getSourceId()Returns the element’s canonical ID.
getSourceUid()Returns the element’s canonical UID.
getStatus()
getStock()Returns the cached total available stock across all inventory locations for this store.
getStore()Returns the store for the current instance of the purchasable.
getStoreId()
getSupportedSites()Returns the sites this element is associated with.
getTaxCategory()Returns the purchasable's tax category.
getTaxCategoryId()
getThumbHtml()
getTitleTranslationDescription()Returns the description of the Title field’s translation support.
getTitleTranslationKey()Returns the Title’s translation key.
getTotalDescendants()Returns the total number of descendants that the element has.
getUiLabel()
getUiLabelPath()Returns any path segment labels that should be prepended to the element’s UI label.
getUriFormat()Returns the URI format used to generate this element’s URI.
getUrl()Returns the element’s full URL.
getValidators()Returns all the validators declared in rules().
gqlScopesByContext()
gqlTypeNameByContext()
hasDrafts()Returns whether element indexes should show the “Drafts” status option.
hasEagerLoadedElements()Returns whether elements have been eager-loaded with a given handle.
hasErrors()Returns a value indicating whether there is any validation error.
hasEventHandlers()Returns a value indicating whether there is any handler attached to the named event.
hasFreeShipping()Returns whether this purchasable has free shipping.
hasMethod()Returns a value indicating whether a method is defined.
hasProperty()Returns a value indicating whether a property is defined for this component.
hasRevisions()Returns whether revisions should be created when this element is saved.
hasStatuses()Returns whether elements of this type have statuses.
hasStock()Returns whether this variant has stock.
hasThumbs()Returns whether element indexes should include a thumbnail view by default.
hasTitles()Returns whether elements of this type have traditional titles.
hasUris()Returns whether elements of this type can have their own slugs and URIs.
indexElementCount()Returns the total number of elements that will be shown on an element index, for the given element query.
indexHtml()Returns the element index HTML.
init()Initializes the object.
instance()Returns static class instance, which can be used to obtain meta information.
isAncestorOf()Returns whether this element is an ancestor of another one.
isAttributeActive()Returns a value indicating whether the attribute is active in the current scenario.
isAttributeDirty()Returns whether an attribute has changed since the element was first loaded.
isAttributeModified()Returns whether an attribute value has changed for this element.
isAttributeOutdated()Returns whether an attribute value has fallen behind the canonical element’s value.
isAttributeRequired()Returns a value indicating whether the attribute is required.
isAttributeSafe()Returns a value indicating whether the attribute is safe for massive assignments.
isChildOf()Returns whether this element is a direct child of another one.
isDescendantOf()Returns whether this element is a descendant of another one.
isFieldDirty()Returns whether a custom field value has changed since the element was first loaded.
isFieldEmpty()Returns whether a field is empty.
isFieldModified()Returns whether a field value has changed for this element.
isFieldOutdated()Returns whether a field value has fallen behind the canonical element’s value.
isLocalized()Returns whether elements of this type store content on a per-site basis.
isNextSiblingOf()Returns whether this element is the direct next sibling of another one.
isParentOf()Returns whether this element is a direct parent of another one.
isPrevSiblingOf()Returns whether this element is the direct previous sibling of another one.
isSelectable()Returns whether the component should be selectable in component Type selects.
isSiblingOf()Returns whether this element is a sibling of another one.
load()Populates the model with input data.
loadMultiple()Populates a set of models with the data from end user.
lowerDisplayName()Returns the lowercase version of displayName().
markAsClean()Resets the record of dirty attributes and fields.
markAsDirty()Marks all fields and attributes as dirty.
mergeCanonicalChanges()Merges changes from the canonical element into this one.
modifyCustomSource()Modifies a custom source’s config, before it’s returned by craft\services\ElementSources::getSources()
off()Detaches an existing event handler from this component.
offsetExists()Returns whether there is an element at the specified offset.
offsetGet()Returns the element at the specified offset.
offsetSet()Sets the element at the specified offset.
offsetUnset()Sets the element value at the specified offset to null.
on()Attaches an event handler to an event.
onUnsafeAttribute()This method is invoked when an unsafe attribute is being massively assigned.
pluralDisplayName()Returns the plural version of displayName().
pluralLowerDisplayName()Returns the plural, lowercase version of displayName().
populateLineItem()Populates the line item when this purchasable is found on it. Called when Purchasable is added to the cart and when the cart recalculates.
prepareEditScreen()Prepares the response for the element’s Edit screen.
refHandle()Returns the handle that should be used to refer to this element type from reference tags.
relatedSales()
render()Renders the element using its partial template.
rules()Returns the validation rules for attributes.
safeAttributes()
scenarios()Returns a list of scenarios and the corresponding active attributes.
searchableAttributes()Defines which element attributes should be searchable.
setAttributes()Sets the attribute values in a massive way.
setAttributesFromRequest()Sets the element’s attributes from an element editor submission.
setBasePrice()
setBasePromotionalPrice()
setCanonical()Sets the canonical version of the element.
setCanonicalId()Sets the element’s canonical ID.
setDirtyAttributes()Sets the list of dirty attribute names.
setDirtyFields()Sets the list of dirty field handles.
setEagerLoadedElementCount()Sets the count of eager-loaded elements for a given handle.
setEagerLoadedElements()Sets some eager-loaded elements on a given handle.
setEnabledForSite()Sets whether the element is enabled for the current site.
setFieldParamNamespace()Sets the namespace used by custom field params on the request.
setFieldValue()Sets the value for a given field.
setFieldValueFromRequest()Sets the value for a given field. The value should have originated from post data.
setFieldValues()Sets the element’s custom field values.
setFieldValuesFromRequest()Sets the element’s custom field values, when the values have come from post data.
setHasUnlimitedStock()
setIsFresh()Sets whether the element is "fresh" (not yet explicitly saved, and without validation errors).
setLazyEagerLoadedElements()Sets whether the given eager-loaded element handles were eager-loaded lazily.
setNext()Sets the default next element.
setOwner()Sets the owner element, if the element has one.
setOwnerId()Sets the owner element’s ID, if the element has one.
setParent()Sets the element’s parent.
setParentId()Sets the parent ID.
setPrev()Sets the default previous element.
setPrice()
setPrimaryOwner()Sets the primary owner element, if the element has one.
setPrimaryOwnerId()Sets the primary owner element’s ID, if the element has one.
setProduct()Sets the product associated with this variant.
setProductId()
setProductSlug()
setProductTypeHandle()
setPromotionalPrice()
setRevisionCreatorId()Sets the revision creator ID to be saved.
setRevisionNotes()Sets the revision notes to be saved.
setSaveOwnership()Sets whether the element’s ownership should be saved when the element is saved.
setScenario()Sets the scenario for the model.
setShippingCategoryId()
setSku()
setSortOrder()Sets the element’s sort order.
setTaxCategoryId()
setUiLabel()Defines what the element should be called within the control panel.
setUiLabelPath()Defines any path segment labels that should be prepended to the element’s UI label.
sortOptions()Returns the sort options for the element type.
sourcePath()Returns the source path for a given source key, step key, and context.
sources()Returns the source definitions that elements of this type may belong to.
statuses()
tableAttributes()Defines all of the available columns that can be shown in table views.
toArray()Converts the model into an array.
trackChanges()Returns whether Craft should keep track of attribute and custom field changes made to this element type, including when the last time they were changed, and who was logged-in at the time.
trigger()Triggers an event.
updateSku()
updateTitle()Updates the title based on titleFormat, or sets it to the same title as the product.
validate()Performs the data validation.
validateCustomFieldAttribute()Calls a custom validation function on a custom field.
validateMaxQtyRange()
validateMinQtyRange()
validateMultiple()Validates multiple models.

afterRestore()

View source

Throws

afterSave()

Update purchasable table

View source

Arguments

  • $isNew

Throws

attributes()

Returns the list of attribute names.

By default, this method returns all public non-static properties of the class. You may override this method to change the default behavior.

View source

Returns

string[] – List of attribute names.

beforeDelete()

Performs actions before an element is deleted.

View source

Returns

boolean – Whether the element should be deleted

Throws

beforeRestore()

Performs actions before an element is restored.

View source

Returns

boolean – Whether the element should be restored

Throws

beforeSave()

View source

Arguments

  • $isNew

Throws

beforeValidate()

This method is invoked before validation starts.

The default implementation raises a beforeValidate event. You may override this method to do preliminary checks before validation. Make sure the parent implementation is invoked so that the event can be raised.

View source

Returns

boolean – Whether the validation should be executed. Defaults to true. If false is returned, the validation will stop and the model is considered invalid.

Throws

behaviors()

View source

Throws

canDelete()

Returns whether the given user is authorized to delete this element.

This will only be called if the element can be viewed and/or saved.

View source

Arguments

Returns

boolean

canDuplicate()

Returns whether the given user is authorized to duplicate this element.

This will only be called if the element can be viewed and/or saved.

View source

Arguments

Returns

boolean

canSave()

Returns whether the given user is authorized to save this element in its current form.

This will only be called if the element can be viewed.

View source

Arguments

Returns

boolean

canView()

Returns whether the given user is authorized to view this element’s edit page.

If they can view but not save, the edit form will either render statically, or be restricted to only saving changes as a draft, depending on canCreateDrafts().

View source

Arguments

Returns

boolean

createCondition()

Returns an element condition for the element type.

View source

Returns

craft\commerce\elements\conditions\variants\VariantCondition

Throws

defineRules()

View source

displayName()

Returns the display name of this class.

View source

Returns

string – The display name of this class.

eagerLoadingMap()

Returns an array that maps source-to-target element IDs based on the given sub-property handle.

This method aids in the eager-loading of elements when performing an element query. The returned array should contain the following keys:

  • elementType – the fully qualified class name of the element type that should be eager-loaded
  • map – an array of element ID mappings, where each element is a sub-array with source and target keys
  • criteria (optional) – any criteria parameters that should be applied to the element query when fetching the eager-loaded elements
  • createElement (optional) - an element factory function, which will be passed the element query, the current query result data, and the first source element that the result was eager-loaded for
php
use craft\base\ElementInterface;
use craft\db\Query;

public static function eagerLoadingMap(array $sourceElements, string $handle)
{
    switch ($handle) {
        case 'author':
            $bookIds = array_map(fn(ElementInterface $element) => $element->id, $sourceElements);
            $map = (new Query)
                ->select(['source' => 'id', 'target' => 'authorId'])
                ->from('{{%books}}')
                ->where(['id' => $bookIds)
                ->all();
            return [
                'elementType' => \my\plugin\Author::class,
                'map' => $map,
            ];
        case 'bookClubs':
            $bookIds = array_map(fn(ElementInterface $element) => $element->id, $sourceElements);
            $map = (new Query)
                ->select(['source' => 'bookId', 'target' => 'clubId'])
                ->from('{{%bookclub_books}}')
                ->where(['bookId' => $bookIds)
                ->all();
            return [
                'elementType' => \my\plugin\BookClub::class,
                'map' => $map,
            ];
        default:
            return parent::eagerLoadMap($sourceElements, $handle);
    }
}

View source

Arguments

  • $sourceElements (self[]) – An array of the source elements
  • $handle (string) – The property handle used to identify which target elements should be included in the map

Returns

array, null, false – The eager-loading element ID mappings, false if no mappings exist, or null if the result should be ignored

find()

Creates an \craft\commerce\elements\ElementQueryInterface instance for query purpose.

The returned \craft\commerce\elements\ElementQueryInterface instance can be further customized by calling methods defined in \craft\commerce\elements\ElementQueryInterface before one() or all() is called to return populated craft\base\ElementInterface instances. For example,

php
// Find the entry whose ID is 5
$entry = Entry::find()->id(5)->one();
// Find all assets and order them by their filename:
$assets = Asset::find()
    ->orderBy('filename')
    ->all();

If you want to define custom criteria parameters for your elements, you can do so by overriding this method and returning a custom query class. For example,

php
class Product extends Element
{
    public static function find(): ElementQueryInterface
    {
        // use ProductQuery instead of the default ElementQuery
        return new ProductQuery(get_called_class());
    }
}

You can also set default criteria parameters on the ElementQuery if you don’t have a need for a custom query class. For example,

php
class Customer extends ActiveRecord
{
    public static function find(): ElementQueryInterface
    {
        return parent::find()->limit(50);
    }
}

View source

Returns

craft\commerce\elements\db\VariantQuery – The newly created craft\commerce\elements\db\VariantQuery instance.

getDescription()

Returns the product title and variants title together for variable products.

View source

Throws

getFieldLayout()

Returns the field layout used by this element.

View source

Returns

craft\models\FieldLayout, null

Throws

getGqlTypeName()

Since
3.1

View source

Throws

getIsAvailable()

Since
5.0.0

Returns whether the purchasable is currently available for purchase.

View source

Throws

getIsTitleTranslatable()

Returns whether the Title field should be shown as translatable in the UI.

Note this method has no effect on whether titles will get copied over to other sites when the element is actually getting saved. That is determined by getTitleTranslationKey().

View source

Returns

boolean

getOwner()

View source

Returns

craft\commerce\elements\Product, null

getPrimaryOwner()

View source

Returns

craft\commerce\elements\Product, null

getProduct()

DEPRECATED

Deprecated in 5.0.0. Use getOwner() instead.

Returns the product associated with this variant.

View source

Returns

craft\commerce\elements\Product, null – The product associated with this variant, or null if it isn’t known

getProductId()

DEPRECATED

Deprecated in 5.0.0. Use getOwnerId() instead.

Since
5.0.0

View source

Returns

integer, null

Throws

getProductSlug()

Since
5.0.0

View source

Returns

string, null

Throws

getProductTypeHandle()

Since
5.0.0

View source

Returns

string, null

Throws

getPromotionRelationSource()

Returns a promotion category related to this element if the category is related to the product OR the variant.

View source

Throws

getSearchKeywords()

Since
2.2

View source

Arguments

  • $attribute

Throws

getSnapshot()

View source

Throws

getTitleTranslationDescription()

Returns the description of the Title field’s translation support.

View source

Returns

string, null

getTitleTranslationKey()

Returns the Title’s translation key.

When saving an element on a multi-site Craft install, if $propagate is true for craft\services\Elements::saveElement(), then getTitleTranslationKey() will be called for each site the element should be propagated to. If the method returns the same value as it did for the initial site, then the initial site’s title will be copied over to the target site.

View source

Returns

string – The translation key

getUrl()

Returns the element’s full URL.

View source

Returns

string, null

gqlScopesByContext()

Since
3.1

View source

Arguments

  • $context (mixed)

Returns

array

gqlTypeNameByContext()

Since
3.1

View source

Arguments

  • $context (mixed)

Returns

string

hasFreeShipping()

Returns whether this purchasable has free shipping.

View source

Throws

hasStatuses()

Returns whether elements of this type have statuses.

If this returns true, the element index template will show a Status menu by default, and your elements will get status indicator icons next to them. Use statuses() to customize which statuses the elements might have.

View source

Returns

boolean – Whether elements of this type have statuses.

hasTitles()

Returns whether elements of this type have traditional titles.

View source

Returns

boolean – Whether elements of this type have traditional titles.

isLocalized()

Returns whether elements of this type store content on a per-site basis.

If this returns true, the element’s getSupportedSites() method will be responsible for defining which sites its content should be stored in.

View source

Returns

boolean – Whether elements of this type store data on a per-site basis.

isSelectable()

Returns whether the component should be selectable in component Type selects.

View source

Returns

boolean – Whether the component should be selectable in component Type selects.

lowerDisplayName()

Returns the lowercase version of displayName().

View source

Returns

string

pluralDisplayName()

Returns the plural version of displayName().

View source

Returns

string

pluralLowerDisplayName()

Returns the plural, lowercase version of displayName().

View source

Returns

string

refHandle()

Returns the handle that should be used to refer to this element type from reference tags.

View source

Returns

string, null – The reference handle, or null if the element type doesn’t support reference tags

safeAttributes()

View source

setEagerLoadedElements()

Sets some eager-loaded elements on a given handle.

View source

Arguments

  • $handle (string) – The handle that was used to eager-load the elements
  • $elements (self[]) – The eager-loaded elements
  • $plan (craft\elements\db\EagerLoadPlan) – The eager-loading plan

Throws

setOwner()

Sets the owner element, if the element has one.

View source

Arguments

setPrimaryOwner()

Sets the primary owner element, if the element has one.

View source

Arguments

setProduct()

DEPRECATED

Deprecated in 5.0.0. Use setOwner() instead.

Sets the product associated with this variant.

View source

Arguments

setProductId()

DEPRECATED

Deprecated in 5.0.0. Use setOwnerId() instead.

Since
5.0.0

View source

Arguments

Returns

void

setProductSlug()

Since
5.0.0

View source

Arguments

Returns

void

setProductTypeHandle()

Since
5.0.0

View source

Arguments

Returns

void

updateSku()

View source

Arguments

  • $product

Throws

updateTitle()

Updates the title based on titleFormat, or sets it to the same title as the product.

See also craft\elements\Entry::updateTitle()View source

Arguments

  • $product

Throws

validateMaxQtyRange()

View source

Returns

void

validateMinQtyRange()

View source

Returns

void

Protected Methods

MethodDescription
attributeHtml()Returns the HTML that should be shown for a given attribute in table and card views.
availableShippingCategories()
availableTaxCategories()
cacheTags()Returns the cache tags that should be cleared when this element is saved.
cpEditUrl()Returns the element’s edit URL in the control panel.
cpRevisionsUrl()Returns the element’s revisions index URL in the control panel.
crumbs()Returns the breadcrumbs that lead up to the element.
defineActions()
defineBehaviors()Returns the behaviors to attach to this class.
defineDefaultTableAttributes()Returns the list of table attribute keys that should be shown by default.
defineExporters()Defines the available element exporters for a given source.
defineFieldLayouts()Defines the field layouts associated with elements for a given source.
defineSearchableAttributes()Defines which element attributes should be searchable.
defineSortOptions()Returns the sort options for the element type.
defineSources()Defines the sources that elements of this type may belong to.
defineTableAttributes()Defines all of the available columns that can be shown in table views.
destructiveActionMenuItems()Returns destructive action menu items for the element’s edit screens.
extractFieldsFor()Extract nested fields from a fields collection for a given root field Nested fields are separated with dots (.). e.g: "item.id" The previous example would extract "id".
extractRootFields()Extracts the root field names from nested fields.
fieldByHandle()Returns the field with a given handle.
fieldLayoutFields()Returns each of this element’s fields.
findByCondition()Finds Element instance(s) by the given condition.
hasCheckeredThumb()Returns whether the element’s thumbnail should have a checkered background.
hasFieldLayout()Returns whether the element has a field layout with at least one tab.
hasNewParent()Returns whether the element has been assigned a new parent.
hasRoundedThumb()Returns whether the element’s thumbnail should be rounded.
htmlAttributes()Returns any attributes that should be included in the element’s chips and cards.
includeSetStatusAction()Returns whether the Set Status action should be included in actions() automatically.
indexElements()Returns the resulting elements for an element index.
inlineAttributeInputHtml()Returns the HTML that should be shown for a given attribute’s inline input.
metaFieldsHtml()Returns the HTML for any meta fields that should be shown within the editor sidebar.
metadata()Returns element metadata that should be shown within the editor sidebar.
normalizeFieldValue()Normalizes a field’s value.
notesFieldHtml()Returns the notes field HTML for the sidebar.
prepElementQueryForTableAttribute()Prepares an element query for an element index that includes a given table attribute.
previewTargets()Returns the additional locations that should be available for previewing the element, besides its primary URL.
resolveFields()Determines which fields can be returned by toArray().
route()Returns the route that should be used when the element’s URI is requested.
safeActionMenuItems()Returns action menu items for the element’s edit screens.
searchKeywords()Returns the search keywords for a given search attribute.
shippingCategoryFieldHtml()
shouldValidateTitle()Returns whether the element’s title attribute should be validated
showStatusField()Returns whether the Status field should be shown for this element.
slugFieldHtml()Returns the HTML for the element’s Slug field.
statusFieldHtml()Returns the status field HTML for the sidebar.
taxCategoryFieldHtml()
thumbAlt()Returns alt text for the element’s thumbnail.
thumbSvg()Returns the element’s thumbnail SVG contents, which should be used as a fallback when \craft\base\getThumbUrl() returns null.
thumbUrl()Returns the URL to the element’s thumbnail, if it has one.
uiLabel()Returns what the element should be called within the control panel.

attributeHtml()

Returns the HTML that should be shown for a given attribute in table and card views.

For example, if your elements have an email attribute that you want to wrap in a mailto: link, your attributeHtml() method could do this:

php
return match ($attribute) {
    'email' => $this->email ? Html::mailto(Html::encode($this->email)) : '',
    default => parent::attributeHtml($attribute),
};

WARNING

All untrusted text should be passed through craft\helpers\Html::encode() to prevent XSS attacks.

By default, the following will be returned:

  • If the attribute name is link or uri, it will be linked to the front-end URL.
  • If the attribute is a custom field handle, it will pass the responsibility off to the field type.
  • If the attribute value is a craft\gql\types\DateTime object, the date will be formatted with a localized date format.
  • For anything else, it will output the attribute value as a string.

View source

Arguments

  • $attribute (string) – The attribute name.

Returns

string – The HTML that should be shown for a given attribute in table and card views.

Throws

availableShippingCategories()

Since
5.0.12

View source

Returns

craft\commerce\models\ShippingCategory[]

Throws

availableTaxCategories()

Since
5.0.12

View source

Returns

craft\commerce\models\TaxCategory[]

Throws

cacheTags()

Returns the cache tags that should be cleared when this element is saved.

View source

Returns

string[]

defineActions()

View source

Arguments

  • $source

defineDefaultTableAttributes()

Returns the list of table attribute keys that should be shown by default.

View source

Arguments

  • $source (string) – The selected source’s key

Returns

string[] – The table attributes.

defineSearchableAttributes()

Defines which element attributes should be searchable.

View source

Returns

string[] – The element attributes that should be searchable

defineSources()

Defines the sources that elements of this type may belong to.

View source

Arguments

  • $context (string) – The context ('index', 'modal', 'field', or 'settings').

Returns

array – The sources.

defineTableAttributes()

Defines all of the available columns that can be shown in table views.

View source

Returns

array – The table attributes.

metadata()

Returns element metadata that should be shown within the editor sidebar.

View source

Returns

array – The data, with keys representing the labels. The values can either be strings or callables. If a value is false, it will be omitted.

Constants

ConstantDescription
HOMEPAGE_URI
SCENARIO_DEFAULTThe name of the default scenario.
SCENARIO_ESSENTIALS
SCENARIO_LIVE
STATUS_ARCHIVED
STATUS_DISABLED
STATUS_DRAFT
STATUS_ENABLED

Events

EVENT_AFTER_CAPTURE_PRODUCT_SNAPSHOT

Type
craft\commerce\events\CustomizeProductSnapshotDataEvent

The event that is triggered after a product’s field data is captured, which can be used to customize, extend, or redact the data to be persisted on the product instance.

php
use craft\commerce\elements\Variant;
use craft\commerce\elements\Product;
use craft\commerce\events\CustomizeProductSnapshotDataEvent;
use yii\base\Event;

Event::on(
    Variant::class,
    Variant::EVENT_AFTER_CAPTURE_PRODUCT_SNAPSHOT,
    function(CustomizeProductSnapshotDataEvent $event) {
        // @var Product $product
        $product = $event->product;
        // @var array $data
        $data = $event->fieldData;

        // Modify or redact captured `$data`
        // ...
    }
);

EVENT_AFTER_CAPTURE_VARIANT_SNAPSHOT

Type
craft\commerce\events\CustomizeVariantSnapshotDataEvent

The event that is triggered after a variant’s field data is captured. This makes it possible to customize, extend, or redact the data to be persisted on the variant instance.

php
use craft\commerce\elements\Variant;
use craft\commerce\events\CustomizeVariantSnapshotDataEvent;
use yii\base\Event;

Event::on(
    Variant::class,
    Variant::EVENT_AFTER_CAPTURE_VARIANT_SNAPSHOT,
    function(CustomizeVariantSnapshotDataEvent $event) {
        // @var Variant $variant
        $variant = $event->variant;
        // @var array|null $fields
        $fields = $event->fields;

        // Modify or redact captured `$data`
        // ...
    }
);

EVENT_BEFORE_CAPTURE_PRODUCT_SNAPSHOT

Type
craft\commerce\events\CustomizeProductSnapshotFieldsEvent

The event that is triggered before a product’s field data is captured. This makes it possible to customize which fields are included in the snapshot. Custom fields are not included by default.

This example adds every custom field to the product snapshot:

php
use craft\commerce\elements\Variant;
use craft\commerce\elements\Product;
use craft\commerce\events\CustomizeProductSnapshotFieldsEvent;
use yii\base\Event;

Event::on(
    Variant::class,
    Variant::EVENT_BEFORE_CAPTURE_PRODUCT_SNAPSHOT,
    function(CustomizeProductSnapshotFieldsEvent $event) {
        // @var Product $product
        $product = $event->product;
        // @var array|null $fields
        $fields = $event->fields;

        // Add every custom field to the snapshot
        if (($fieldLayout = $product->getFieldLayout()) !== null) {
            foreach ($fieldLayout->getFields() as $field) {
                $fields[] = $field->handle;
            }
        }

        $event->fields = $fields;
    }
);

WARNING

Add with care! A huge amount of custom fields/data will increase your database size.


EVENT_BEFORE_CAPTURE_VARIANT_SNAPSHOT

Type
craft\commerce\events\CustomizeVariantSnapshotFieldsEvent

The event that is triggered before a variant’s field data is captured, which makes it possible to customize which fields are included in the snapshot. Custom fields are not included by default.

This example adds every custom field to the variant snapshot:

php
use craft\commerce\elements\Variant;
use craft\commerce\events\CustomizeVariantSnapshotFieldsEvent;
use yii\base\Event;

Event::on(
    Variant::class,
    Variant::EVENT_BEFORE_CAPTURE_VARIANT_SNAPSHOT,
    function(CustomizeVariantSnapshotFieldsEvent $event) {
        // @var Variant $variant
        $variant = $event->variant;
        // @var array|null $fields
        $fields = $event->fields;

        // Add every custom field to the snapshot
        if (($fieldLayout = $variant->getFieldLayout()) !== null) {
            foreach ($fieldLayout->getFields() as $field) {
                $fields[] = $field->handle;
            }
        }

        $event->fields = $fields;
    }
);