Product

Type
Class
Namespace
craft\commerce\elements
Inherits
craft\commerce\elements\Product » craft\base\Element (opens new window) » craft\base\Component (opens new window) » craft\base\Model (opens new window) » yii\base\Model (opens new window) » yii\base\Component (opens new window) » yii\base\BaseObject (opens new window)
Implements
ArrayAccess (opens new window), IteratorAggregate (opens new window), craft\base\ComponentInterface (opens new window), craft\base\ElementInterface (opens new window), yii\base\Arrayable (opens new window), yii\base\Configurable (opens new window), yii\base\StaticInstanceInterface (opens new window)
Uses traits
craft\base\ClonefixTrait (opens new window), craft\base\ElementTrait (opens new window), yii\base\ArrayableTrait (opens new window), yii\base\StaticInstanceTrait (opens new window)
Since
2.0

Product model.

View source (opens new window)

# Public Properties

Property Description
activeValidators (opens new window) yii\validators\Validator (opens new window) – The validators applicable to the current scenario (opens new window).
ancestors (opens new window) craft\elements\db\ElementQueryInterface (opens new window) – The element’s ancestors
archived (opens new window) boolean (opens new window) – Whether the element is archived
attributes (opens new window) array (opens new window) – Attribute values (name => value).
availableForPurchase boolean (opens new window) – Is this product available to be purchased
awaitingFieldValues (opens new window) boolean (opens new window) – Whether the element is still awaiting its custom field values
behaviors (opens new window) yii\base\Behavior (opens new window) – List of behaviors attached to this component.
cacheTags string (opens new window)[]
canonical (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The canonical element, if one exists for the current site
canonicalId (opens new window) integer (opens new window), null (opens new window) – The element’s canonical ID
canonicalUid (opens new window) string (opens new window) – The element’s canonical UID
cheapestVariant craft\commerce\elements\Variant
children (opens new window) craft\elements\db\ElementQueryInterface (opens new window) – The element’s children
contentId (opens new window) integer (opens new window), null (opens new window) – The element’s content row ID
contentTable (opens new window) string (opens new window) – The name of the table this element’s content is stored in
cpEditUrl (opens new window) string (opens new window), null (opens new window) – The element’s edit URL in the control panel
currentRevision (opens new window) static, null (opens new window)
dateCreated (opens new window) DateTime (opens new window), null (opens new window) – The date that the element was created
dateDeleted (opens new window) DateTime (opens new window), null (opens new window) – The date that the element was trashed
dateLastMerged (opens new window) DateTime (opens new window), null (opens new window) – The date that the canonical element was last merged into this one
dateUpdated (opens new window) DateTime (opens new window), null (opens new window) – The date that the element was last updated
defaultHeight float (opens new window) – Default height
defaultLength float (opens new window) – Default length
defaultPrice float (opens new window) – Default price
defaultPriceAsCurrency string (opens new window)
defaultSku string (opens new window) – Default SKU
defaultVariant craft\commerce\elements\Variant – the default variant
defaultVariantId integer (opens new window) – DefaultVariantId
defaultWeight float (opens new window) – Default weight
defaultWidth float (opens new window) – Default width
descendants (opens new window) craft\elements\db\ElementQueryInterface (opens new window) – The element’s descendants
dirtyAttributes (opens new window) string (opens new window)[]
dirtyFields (opens new window) string (opens new window)[]
draftId (opens new window) integer (opens new window), null (opens new window) – The ID of the draft’s row in the drafts table
duplicateOf (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The element that this element is being duplicated by.
eagerLoadedElements string (opens new window) – some eager-loaded elements on a given handle
editorHtml string (opens new window) – the HTML for the element’s editor HUD
enabled (opens new window) boolean (opens new window) – Whether the element is enabled
enabledForSite (opens new window) boolean (opens new window) – Whether the element is enabled for this site
errors (opens new window) array (opens new window) – Errors for all attributes or the specified attribute.
expiryDate DateTime (opens new window) – Expiry date
fieldColumnPrefix (opens new window) string (opens new window) – The field column prefix this element’s content uses
fieldContext (opens new window) string (opens new window) – The field context this element’s content uses
fieldLayout (opens new window) craft\models\FieldLayout (opens new window), null (opens new window) – The field layout used by this element
fieldLayoutId (opens new window) integer (opens new window), null (opens new window) – The element’s field layout ID
fieldParamNamespace (opens new window) array (opens new window) – The namespace used by custom field params on the request
fieldValues (opens new window) array (opens new window) – The element’s normalized custom field values, indexed by their handles
firstErrors (opens new window) array (opens new window) – The first errors.
firstSave (opens new window) boolean (opens new window) – Whether the element is being saved for the first time in a normal state (not as a draft or revision).
freeShipping boolean (opens new window) – Whether the product has free shipping
gqlTypeName string (opens new window)
hardDelete (opens new window) boolean (opens new window) – Whether the element is being hard-deleted.
hasCheckeredThumb (opens new window) boolean (opens new window)
hasDescendants (opens new window) boolean (opens new window) – Whether the element has descendants
hasFreshContent (opens new window) boolean (opens new window) – Whether the element’s content is "fresh" (unsaved and without validation errors)
hasRoundedThumb (opens new window) boolean (opens new window)
hasUnlimitedStock boolean (opens new window) – whether at least one variant has unlimited stock
htmlAttributes (opens new window) array (opens new window) – Any attributes that should be included in the element’s DOM representation in the control panel
id (opens new window) integer (opens new window), null (opens new window) – The element’s ID
isCanonical (opens new window) – Whether this is the canonical element
isDeletable (opens new window) boolean (opens new window)
isDerivative (opens new window) – Whether this is a derivative element, such as a draft or revision
isDraft (opens new window) boolean (opens new window)
isEditable (opens new window) boolean (opens new window) – Whether the current user can edit the element
isFresh (opens new window) boolean (opens new window)
isHomepage (opens new window) boolean (opens new window)
isNewForSite (opens new window) boolean (opens new window) – Whether the element is being saved to the current site for the first time.
isProvisionalDraft (opens new window) boolean (opens new window) – Whether this is a provisional draft.
isRevision (opens new window) boolean (opens new window)
isTitleTranslatable (opens new window) boolean (opens new window)
isUnpublishedDraft (opens new window) boolean (opens new window)
isUnsavedDraft (opens new window) boolean (opens new window)
iterator (opens new window) ArrayIterator (opens new window) – An iterator for traversing the items in the list.
language (opens new window) string (opens new window)
level (opens new window) integer (opens new window), null (opens new window) – The element’s level within its structure
lft (opens new window) integer (opens new window), null (opens new window) – The element’s left position within its structure
link (opens new window) \Twig\Markup, null (opens new window) – An anchor pre-filled with this element’s URL and title
localized (opens new window) craft\elements\db\ElementQueryInterface (opens new window), static[]
mergingCanonicalChanges (opens new window) boolean (opens new window) – Whether recent changes to the canonical element are being merged into this element.
metadata array (opens new window) – The data, with keys representing the labels.
modifiedAttributes (opens new window) string (opens new window)[]
modifiedFields (opens new window) string (opens new window)[]
name string (opens new window) – Name
newSiteIds (opens new window) integer (opens new window)[] – The site IDs that the element was just propagated to for the first time.
next (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The next element relative to this one, from a given set of criteria
nextSibling (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The element’s next sibling
outdatedAttributes (opens new window) string (opens new window)[]
outdatedFields (opens new window) string (opens new window)[]
parent (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The element’s parent
parentUri (opens new window) string (opens new window), null (opens new window)
postDate DateTime (opens new window) – Post date
prev (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The previous element relative to this one, from a given set of criteria
prevSibling (opens new window) craft\base\ElementInterface (opens new window), null (opens new window) – The element’s previous sibling
previewTargets (opens new window) array (opens new window)
previewing (opens new window) boolean (opens new window) – Whether the element is currently being previewed.
promotable boolean (opens new window) – Whether the product is promotable
propagateAll (opens new window) boolean (opens new window) – Whether all element attributes should be propagated across all its supported sites, even if that means overwriting existing site-specific values.
propagating (opens new window) boolean (opens new window) – Whether the element is being saved in the context of propagating another site's version of the element.
ref (opens new window) string (opens new window), null (opens new window) – The reference string to this element
resaving (opens new window) boolean (opens new window) – Whether the element is being resaved by a ResaveElement job or a resave console command.
revisionId (opens new window) integer (opens new window) – The ID of the revision’s row in the revisions table
rgt (opens new window) integer (opens new window), null (opens new window) – The element’s right position within its structure
root (opens new window) integer (opens new window), null (opens new window) – The element’s structure’s root ID
route (opens new window) mixed – The route that should be used when the element’s URI is requested
scenario (opens new window) string (opens new window) – The scenario that this model is in.
searchScore (opens new window) integer (opens new window), null (opens new window) – The element’s search score, if the craft\elements\db\ElementQuery::search() (opens new window) parameter was used when querying for the element
serializedFieldValues (opens new window) array (opens new window) – Array of the element’s serialized custom field values, indexed by their handles
shippingCategory null (opens new window), craft\commerce\models\ShippingCategory – the shipping category
shippingCategoryId integer (opens new window) – Shipping category ID
siblings (opens new window) craft\elements\db\ElementQueryInterface (opens new window) – All of the element’s siblings
sidebarHtml string (opens new window)
site (opens new window) craft\models\Site (opens new window) – Site the element is associated with
siteId (opens new window) integer (opens new window), null (opens new window) – The site ID the element is associated with
siteSettingsId (opens new window) integer (opens new window), null (opens new window) – The ID of the element’s record in the elements_sites table
slug (opens new window) string (opens new window), null (opens new window) – The element’s slug
snapshot string (opens new window) – allow the variant to ask the product what data to snapshot
sourceId (opens new window) integer (opens new window), null (opens new window)
sourceUid (opens new window) string (opens new window)
status (opens new window) string (opens new window), null (opens new window) – The element’s status
structureId (opens new window) integer (opens new window), null (opens new window) – The element’s structure ID
supportedSites (opens new window) integer (opens new window)[], array (opens new window) – The sites this element is associated with
taxCategory craft\commerce\models\TaxCategory – Tax category
taxCategoryId integer (opens new window) – Tax category ID
tempId (opens new window) string (opens new window), null (opens new window) – The element’s temporary ID (only used if the element's URI format contains {id})
title (opens new window) string (opens new window), null (opens new window) – The element’s title
titleTranslationDescription (opens new window) string (opens new window), null (opens new window)
titleTranslationKey (opens new window) string (opens new window) – The translation key
totalDescendants (opens new window) integer (opens new window) – The total number of descendants that the element has
totalStock integer (opens new window)
trashed (opens new window) boolean (opens new window) – Whether the element has been soft-deleted.
type craft\commerce\models\ProductType
typeId integer (opens new window) – Product type ID
uiLabel (opens new window) string (opens new window)
uid (opens new window) string (opens new window), null (opens new window) – The element’s UID
updatingFromDerivative (opens new window) boolean (opens new window) – Whether the element is being updated from a derivative element, such as a draft or revision.
uri (opens new window) string (opens new window), null (opens new window) – The element’s URI
uriFormat (opens new window) string (opens new window), null (opens new window) – The URI format used to generate this element’s URL
url (opens new window) string (opens new window), null (opens new window) – The element’s full URL
validators (opens new window) ArrayObject (opens new window), yii\validators\Validator (opens new window) – All the validators declared in the model.
variants craft\commerce\elements\Variant[], array (opens new window) – an array of the product's variants

# availableForPurchase

Type
boolean (opens new window)
Default value
true

Is this product available to be purchased

View source (opens new window)

# cacheTags

Type
string (opens new window)[]
Default value
null
Access
Read-only

View source (opens new window)

# cheapestVariant

Type
craft\commerce\elements\Variant
Default value
null

View source (opens new window)

# defaultHeight

Type
float (opens new window)
Default value
null

Default height

View source (opens new window)

# defaultLength

Type
float (opens new window)
Default value
null

Default length

View source (opens new window)

# defaultPrice

Type
float (opens new window)
Default value
null

Default price

View source (opens new window)

# defaultPriceAsCurrency

Type
string (opens new window)
Default value
null

View source (opens new window)

# defaultSku

Type
string (opens new window)
Default value
null

Default SKU

View source (opens new window)

# defaultVariant

Type
craft\commerce\elements\Variant
Default value
null

the default variant

View source (opens new window)

# defaultVariantId

Type
integer (opens new window)
Default value
null

DefaultVariantId

View source (opens new window)

# defaultWeight

Type
float (opens new window)
Default value
null

Default weight

View source (opens new window)

# defaultWidth

Type
float (opens new window)
Default value
null

Default width

View source (opens new window)

# eagerLoadedElements

Type
string (opens new window)
Default value
null

some eager-loaded elements on a given handle

View source (opens new window)

# editorHtml

Type
string (opens new window)
Default value
null

the HTML for the element’s editor HUD

View source (opens new window)

# expiryDate

Type
DateTime (opens new window)
Default value
null

Expiry date

View source (opens new window)

# freeShipping

Type
boolean (opens new window)
Default value
null

Whether the product has free shipping

View source (opens new window)

# gqlTypeName

Type
string (opens new window)
Default value
null
Access
Read-only
Since
3.0

View source (opens new window)

# hasUnlimitedStock

Type
boolean (opens new window)
Default value
null

whether at least one variant has unlimited stock

View source (opens new window)

# metadata

Type
array (opens new window)
Default value
null
Access
Read-only

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

View source (opens new window)

# name

Type
string (opens new window)
Default value
null

Name

View source (opens new window)

# postDate

Type
DateTime (opens new window)
Default value
null

Post date

View source (opens new window)

# promotable

Type
boolean (opens new window)
Default value
null

Whether the product is promotable

View source (opens new window)

# shippingCategory

Type
null (opens new window), craft\commerce\models\ShippingCategory
Default value
null

the shipping category

View source (opens new window)

# shippingCategoryId

Type
integer (opens new window)
Default value
null

Shipping category ID

View source (opens new window)

# sidebarHtml

Type
string (opens new window)
Default value
null
Access
Read-only

View source (opens new window)

# snapshot

Type
string (opens new window)
Default value
null

allow the variant to ask the product what data to snapshot

View source (opens new window)

# taxCategory

Type
craft\commerce\models\TaxCategory
Default value
null

Tax category

View source (opens new window)

# taxCategoryId

Type
integer (opens new window)
Default value
null

Tax category ID

View source (opens new window)

# totalStock

Type
integer (opens new window)
Default value
null

View source (opens new window)

# type

Type
craft\commerce\models\ProductType
Default value
null

View source (opens new window)

# typeId

Type
integer (opens new window)
Default value
null

Product type ID

View source (opens new window)

# variants

Type
craft\commerce\elements\Variant[], array (opens new window)
Default value
null

an array of the product's variants

View source (opens new window)

# Protected Properties

# Public Methods

Method Description
__call() (opens new window) Calls the named method which is not a class method.
__clone() (opens new window)
__construct() (opens new window) Constructor.
__get() (opens new window) Returns the value of a component property.
__isset() (opens new window) Checks if a property is set.
__set() (opens new window) Sets the value of a component property.
__toString() Returns the string representation of the element.
__unset() (opens new window) Sets a component property to be null.
actions() (opens new window) Returns the available element actions (opens new window) for a given source.
activeAttributes() (opens new window) Returns the attribute names that are subject to validation in the current scenario.
addError() (opens new window) Adds a new error to the specified attribute.
addErrors() (opens new window) Adds a list of errors.
addModelErrors() (opens new window) Adds errors from another model, with a given attribute name prefix.
afterDelete() (opens new window) Performs actions after an element is deleted.
afterMoveInStructure() (opens new window) Performs actions after an element is moved within a structure.
afterPropagate() Performs actions after an element is fully saved and propagated to other sites.
afterRestore() Performs actions after an element is restored.
afterSave() Performs actions after an element is saved.
afterValidate() (opens new window) This method is invoked after validation ends.
attachBehavior() (opens new window) Attaches a behavior to this component.
attachBehaviors() (opens new window) Attaches a list of behaviors to the component.
attributeHints() (opens new window) Returns the attribute hints.
attributeLabels() (opens new window) Returns the attribute labels.
attributes() (opens new window) Returns the list of attribute names.
beforeDelete() Performs actions before an element is deleted.
beforeMoveInStructure() (opens new window) Performs actions before an element is moved within a structure.
beforeRestore() (opens new window) Performs actions before an element is restored.
beforeSave() Performs actions before an element is saved.
beforeValidate() This method is invoked before validation starts.
behaviors()
canGetProperty() (opens new window) Returns a value indicating whether a property can be read.
canSetProperty() (opens new window) Returns a value indicating whether a property can be set.
className() (opens new window) Returns the fully qualified name of this class.
clearErrors() (opens new window) Removes errors for all attributes or a single attribute.
createValidators() (opens new window) Creates validator objects based on the validation rules specified in rules() (opens new window).
currencyAttributes()
datetimeAttributes() Returns the names of any attributes that should hold DateTime (opens new window) values.
defaultTableAttributes() (opens new window) Returns the list of table attribute keys that should be shown by default.
detachBehavior() (opens new window) Detaches a behavior from the component.
detachBehaviors() (opens new window) 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() (opens new window) Makes sure that the behaviors declared in behaviors() (opens new window) are attached to this component.
exporters() (opens new window) Returns the available export options for a given source.
extraFields() (opens new window) Returns the list of fields that can be expanded further and returned by toArray() (opens new window).
fieldLayouts() (opens new window) Returns all of the field layouts associated with elements from the given source.
fields()
find() Creates an craft\elements\db\ElementQueryInterface (opens new window) instance for query purpose.
findAll() (opens new window) Returns a list of elements that match the specified ID(s) or a set of element criteria parameters.
findOne() (opens new window) Returns a single element instance by a primary key or a set of element criteria parameters.
formName() (opens new window) Returns the form name that this model class should use.
generateAttributeLabel() (opens new window) Generates a user friendly attribute label based on the give attribute name.
getActiveValidators() (opens new window) Returns the validators applicable to the current scenario (opens new window).
getAncestors() (opens new window) Returns the element’s ancestors.
getAttributeHint() (opens new window) Returns the text hint for the specified attribute.
getAttributeLabel() (opens new window) Returns the text label for the specified attribute.
getAttributeStatus() (opens new window) Returns the status of a given attribute.
getAttributes() (opens new window) Returns attribute values.
getBehavior() (opens new window) Returns the named behavior object.
getBehaviors() (opens new window) Returns all behaviors attached to this component.
getCacheTags() Returns the cache tags that should be cleared when this element is saved.
getCanonical() (opens new window) Returns the canonical version of the element.
getCanonicalId() (opens new window) Returns the element’s canonical ID.
getCanonicalUid() (opens new window) Returns the element’s canonical UUID.
getCheapestVariant() Return the cheapest variant.
getChildren() (opens new window) Returns the element’s children.
getContentTable() (opens new window) Returns the name of the table this element’s content is stored in.
getCpEditUrl() Returns the element’s edit URL in the control panel.
getCurrentRevision() (opens new window) Returns the element’s current revision, if one exists.
getDefaultVariant() Returns the default variant.
getDescendants() (opens new window) Returns the element’s descendants.
getDirtyAttributes() (opens new window) Returns a list of attribute names that have changed since the element was first loaded.
getDirtyFields() (opens new window) Returns a list of custom field handles that have changed since the element was first loaded.
getEagerLoadedElementCount() (opens new window) Returns the count of eager-loaded elements for a given handle.
getEagerLoadedElements() (opens new window) Returns the eager-loaded elements for a given handle.
getEditorHtml() (opens new window) Returns the HTML for the element’s editor slideout.
getEnabledForSite() (opens new window) Returns whether the element is enabled for the current site.
getError() (opens new window) Returns the first error of the specified attribute.
getErrorSummary() (opens new window) Returns the errors for all attributes as a one-dimensional array.
getErrors() (opens new window) Returns the errors for all attributes or a single attribute.
getFieldColumnPrefix() (opens new window) Returns the field column prefix this element’s content uses.
getFieldContext() (opens new window) Returns the field context this element’s content uses.
getFieldLayout() Returns the field layout used by this element.
getFieldParamNamespace() (opens new window) Returns the namespace used by custom field params on the request.
getFieldStatus() (opens new window) Returns the status of a given field.
getFieldValue() (opens new window) Returns the value for a given field.
getFieldValues() (opens new window) Returns the element’s normalized custom field values, indexed by their handles.
getFirstError() (opens new window) Returns the first error of the specified attribute.
getFirstErrors() (opens new window) Returns the first error of every attribute in the model.
getGqlTypeName() Returns the GraphQL type name for this element type.
getHasCheckeredThumb() (opens new window) Returns whether the element’s thumbnail should have a checkered background.
getHasDescendants() (opens new window) Returns whether the element has descendants.
getHasFreshContent() (opens new window) Returns whether the element is "fresh" (not yet explicitly saved, and without validation errors).
getHasRoundedThumb() (opens new window) Returns whether the element’s thumbnail should be rounded.
getHasUnlimitedStock() Returns whether at least one variant has unlimited stock.
getHtmlAttributes() (opens new window) Returns any attributes that should be included in the element’s DOM representation in the control panel.
getId() (opens new window)
getIsCanonical() (opens new window) Returns whether this is the canonical element.
getIsDeletable() (opens new window) Returns whether the current user can delete the element.
getIsDerivative() (opens new window) Returns whether this is a derivative element, such as a draft or revision.
getIsDraft() (opens new window) Returns whether this is a draft.
getIsEditable() (opens new window) Returns whether the current user can edit the element.
getIsFresh() (opens new window) Returns whether the element is "fresh" (not yet explicitly saved, and without validation errors).
getIsHomepage() (opens new window) Returns whether this element represents the site homepage.
getIsProvisionalDraft() (opens new window) Returns whether this is a provisional draft.
getIsRevision() (opens new window) Returns whether this is a revision.
getIsTitleTranslatable() (opens new window) Returns whether the Title field should be shown as translatable in the UI.
getIsUnpublishedDraft() (opens new window) Returns whether the element is an unpublished draft.
getIsUnsavedDraft() (opens new window) Returns whether the element is an unpublished draft.
getIterator() (opens new window) Returns an iterator for traversing the attributes in the model.
getLanguage() (opens new window) Returns the language of the element.
getLink() (opens new window) Returns an anchor pre-filled with this element’s URL and title.
getLocalized() (opens new window) Returns the same element in other locales.
getMetadata() Returns element metadata that can be shown on its edit page or within element editor slideouts.
getModifiedAttributes() (opens new window) Returns the attribute names that have changed for this element.
getModifiedFields() (opens new window) Returns the field handles that have changed for this element.
getName()
getNext() (opens new window) Returns the next element relative to this one, from a given set of criteria.
getNextSibling() (opens new window) Returns the element’s next sibling.
getOutdatedAttributes() (opens new window) Returns the attribute names that have been updated on the canonical element since the last time it was merged into this element.
getOutdatedFields() (opens new window) Returns the field handles that have been updated on the canonical element since the last time it was merged into this element.
getParent() (opens new window) Returns the element’s parent.
getParentUri() (opens new window) Returns the parent element’s URI, if there is one.
getPrev() (opens new window) Returns the previous element relative to this one, from a given set of criteria.
getPrevSibling() (opens new window) Returns the element’s previous sibling.
getPreviewTargets() (opens new window) Returns the additional locations that should be available for previewing the element, besides its primary URL (opens new window).
getRef() (opens new window) Returns the reference string to this element.
getRoute() (opens new window) Returns the route that should be used when the element’s URI is requested.
getScenario() (opens new window) Returns the scenario that this model is used in.
getSearchKeywords() (opens new window) Returns the search keywords for a given search attribute.
getSerializedFieldValues() (opens new window) Returns an array of the element’s serialized custom field values, indexed by their handles.
getShippingCategory() Returns the shipping category.
getSiblings() (opens new window) Returns all of the element’s siblings.
getSidebarHtml() Returns the HTML for any fields/info that should be shown within the sidebar of element editor slideouts.
getSite() (opens new window) Returns the site the element is associated with.
getSourceId() (opens new window) Returns the element’s canonical ID.
getSourceUid() (opens new window) Returns the element’s canonical UID.
getStatus() Returns the element’s status.
getSupportedSites() (opens new window) Returns the sites this element is associated with.
getTableAttributeHtml() (opens new window) Returns the HTML that should be shown for a given attribute in Table View.
getTaxCategory() Returns the tax category.
getThumbUrl() (opens new window) Returns the URL to the element’s thumbnail, if there is one.
getTitleTranslationDescription() (opens new window) Returns the description of the Title field’s translation support.
getTitleTranslationKey() (opens new window) Returns the Title’s translation key.
getTotalDescendants() (opens new window) Returns the total number of descendants that the element has.
getTotalStock()
getType() Returns the product's product type.
getUiLabel() (opens new window) Returns what the element should be called within the control panel.
getUriFormat() Returns the URI format used to generate this element’s URI.
getUrl() (opens new window) Returns the element’s full URL.
getValidators() (opens new window) Returns all the validators declared in rules() (opens new window).
getVariants() Returns an array of the product's variants.
gqlMutationNameByContext() (opens new window) Returns the GraphQL mutation name by an element's context.
gqlScopesByContext() Returns the GraphQL scopes required by element's context.
gqlTypeNameByContext() Returns the GraphQL type name by an element's context.
hasContent() Returns whether elements of this type will be storing any data in the content table (titles or custom fields).
hasEagerLoadedElements() (opens new window) Returns whether elements have been eager-loaded with a given handle.
hasErrors() (opens new window) Returns a value indicating whether there is any validation error.
hasEventHandlers() (opens new window) Returns a value indicating whether there is any handler attached to the named event.
hasMethod() (opens new window) Returns a value indicating whether a method is defined.
hasProperty() (opens new window) Returns a value indicating whether a property is defined for this component.
hasStatuses() Returns whether elements of this type have statuses.
hasTitles() Returns whether elements of this type have traditional titles.
hasUris() Returns whether elements of this type can have their own slugs and URIs.
indexHtml() (opens new window) Returns the element index HTML.
init() (opens new window) Initializes the object.
instance() (opens new window) Returns static class instance, which can be used to obtain meta information.
isAncestorOf() (opens new window) Returns whether this element is an ancestor of another one.
isAttributeActive() (opens new window) Returns a value indicating whether the attribute is active in the current scenario.
isAttributeDirty() (opens new window) Returns whether an attribute has changed since the element was first loaded.
isAttributeModified() (opens new window) Returns whether an attribute value has changed for this element.
isAttributeOutdated() (opens new window) Returns whether an attribute value has fallen behind the canonical element’s value.
isAttributeRequired() (opens new window) Returns a value indicating whether the attribute is required.
isAttributeSafe() (opens new window) Returns a value indicating whether the attribute is safe for massive assignments.
isChildOf() (opens new window) Returns whether this element is a direct child of another one.
isDescendantOf() (opens new window) Returns whether this element is a descendant of another one.
isFieldDirty() (opens new window) Returns whether a custom field value has changed since the element was first loaded.
isFieldEmpty() (opens new window) Returns whether a field is empty.
isFieldModified() (opens new window) Returns whether a field value has changed for this element.
isFieldOutdated() (opens new window) 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() (opens new window) Returns whether this element is the direct next sibling of another one.
isParentOf() (opens new window) Returns whether this element is a direct parent of another one.
isPrevSiblingOf() (opens new window) Returns whether this element is the direct previous sibling of another one.
isSelectable() (opens new window) Returns whether the component should be selectable in component Type selects.
isSiblingOf() (opens new window) Returns whether this element is a sibling of another one.
load() (opens new window) Populates the model with input data.
loadMultiple() (opens new window) Populates a set of models with the data from end user.
lowerDisplayName() Returns the lowercase version of displayName().
markAsClean() (opens new window) Resets the record of dirty attributes and fields.
markAsDirty() (opens new window) Marks all fields and attributes as dirty.
mergeCanonicalChanges() (opens new window) Merges changes from the canonical element into this one.
off() (opens new window) Detaches an existing event handler from this component.
offsetExists() (opens new window) Returns whether there is an element at the specified offset.
offsetGet() (opens new window) Returns the element at the specified offset.
offsetSet() (opens new window) Sets the element at the specified offset.
offsetUnset() (opens new window) Sets the element value at the specified offset to null.
on() (opens new window) Attaches an event handler to an event.
onUnsafeAttribute() (opens new window) 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().
prepElementQueryForTableAttribute() Preps the element criteria for a given table attribute
refHandle() Returns the handle that should be used to refer to this element type from reference tags.
rules() (opens new window) Returns the validation rules for attributes.
safeAttributes() (opens new window) Returns the attribute names that are safe to be massively assigned in the current scenario.
scenarios() (opens new window) Returns a list of scenarios and the corresponding active attributes.
searchableAttributes() (opens new window) Defines which element attributes should be searchable.
setAttributes() (opens new window) Sets the attribute values in a massive way.
setCanonical() (opens new window) Sets the canonical version of the element.
setCanonicalId() (opens new window) Sets the element’s canonical ID.
setDirtyAttributes() (opens new window) Sets the list of dirty attribute names.
setEagerLoadedElementCount() (opens new window) Sets the count of eager-loaded elements for a given handle.
setEagerLoadedElements() Sets some eager-loaded elements on a given handle.
setEnabledForSite() (opens new window) Sets whether the element is enabled for the current site.
setFieldParamNamespace() (opens new window) Sets the namespace used by custom field params on the request.
setFieldValue() (opens new window) Sets the value for a given field.
setFieldValues() (opens new window) Sets the element’s custom field values.
setFieldValuesFromRequest() (opens new window) Sets the element’s custom field values, when the values have come from post data.
setIsFresh() (opens new window) Sets whether the element is "fresh" (not yet explicitly saved, and without validation errors).
setNext() (opens new window) Sets the default next element.
setParent() (opens new window) Sets the element’s parent.
setPrev() (opens new window) Sets the default previous element.
setRevisionCreatorId() (opens new window) Sets the revision creator ID to be saved.
setRevisionNotes() (opens new window) Sets the revision notes to be saved.
setScenario() Sets the scenario for the model.
setUiLabel() (opens new window) Defines what the element should be called within the control panel.
setVariants() Sets the variants on the product. Accepts an array of variant data keyed by variant ID or the string 'new'.
sortOptions() (opens new window) Returns the sort options for the element type.
sources() (opens new window) Returns the source definitions that elements of this type may belong to.
statuses() Returns all of the possible statuses that elements of this type may have.
tableAttributes() (opens new window) Defines all of the available columns that can be shown in table views.
toArray() (opens new window) Converts the model into an array.
trackChanges() (opens new window) 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() (opens new window) Triggers an event.
updateTitle() Updates the entry's title, if its entry type has a dynamic title format.
validate() (opens new window) Performs the data validation.
validateCustomFieldAttribute() (opens new window) Calls a custom validation function on a custom field.
validateCustomFieldContentSize() (opens new window) Validates that the content size is going to fit within the field’s database column.
validateMultiple() (opens new window) Validates multiple models.

# __toString()

Returns the string representation of the element.

View source (opens new window)

Returns

string (opens new window)

# afterPropagate()

Performs actions after an element is fully saved and propagated to other sites.

TIP

This will get called regardless of whether $propagate is true or false for craft\services\Elements::saveElement() (opens new window).

View source (opens new window)

Arguments

# afterRestore()

Performs actions after an element is restored.

View source (opens new window)

# afterSave()

Performs actions after an element is saved.

View source (opens new window)

Arguments

# beforeDelete()

Performs actions before an element is deleted.

View source (opens new window)

Returns

boolean (opens new window) – Whether the element should be deleted

# beforeSave()

Performs actions before an element is saved.

View source (opens new window)

Arguments

Returns

boolean (opens new window) – Whether the element should be saved

# 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 (opens new window)

Returns

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

# behaviors()

View source (opens new window)

Returns

array (opens new window)

# currencyAttributes()

View source (opens new window)

Returns

array (opens new window), string (opens new window)[]

# datetimeAttributes()

Returns the names of any attributes that should hold DateTime (opens new window) values.

View source (opens new window)

Returns

string (opens new window)[]

# displayName()

Returns the display name of this class.

View source (opens new window)

Returns

string (opens new window) – 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.
use craft\db\Query;
use craft\helpers\ArrayHelper;

public static function eagerLoadingMap(array $sourceElements, string $handle) {
    switch ($handle) {
        case 'author':
            $bookIds = ArrayHelper::getColumn($sourceElements, 'id');
            $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 = ArrayHelper::getColumn($sourceElements, 'id');
            $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 (opens new window)

Arguments

Returns

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

# fields()

View source (opens new window)

Returns

array (opens new window)

# find()

Creates an craft\elements\db\ElementQueryInterface (opens new window) instance for query purpose.

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

// 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,

class Product extends Element
{
    public static function find()
    {
        // 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,

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

View source (opens new window)

Returns

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

# getCacheTags()

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

View source (opens new window)

Returns

string (opens new window)[]

# getCheapestVariant()

Return the cheapest variant.

View source (opens new window)

Returns

craft\commerce\elements\Variant

# getCpEditUrl()

Returns the element’s edit URL in the control panel.

View source (opens new window)

Returns

string (opens new window), null (opens new window)

# getDefaultVariant()

Returns the default variant.

View source (opens new window)

Returns

null (opens new window), craft\commerce\elements\Variant

# getFieldLayout()

Returns the field layout used by this element.

View source (opens new window)

Returns

craft\models\FieldLayout (opens new window), null (opens new window)

# getGqlTypeName()

Since
3.0

Returns the GraphQL type name for this element type.

View source (opens new window)

Returns

string (opens new window)

# getHasUnlimitedStock()

Returns whether at least one variant has unlimited stock.

View source (opens new window)

Returns

boolean (opens new window)

# getMetadata()

Returns element metadata that can be shown on its edit page or within element editor slideouts.

View source (opens new window)

Returns

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

# getName()

View source (opens new window)

Returns

string (opens new window), null (opens new window)

# getShippingCategory()

Returns the shipping category.

View source (opens new window)

Returns

craft\commerce\models\ShippingCategory

# getSidebarHtml()

Returns the HTML for any fields/info that should be shown within the sidebar of element editor slideouts.

View source (opens new window)

Returns

string (opens new window)

# getStatus()

Returns the element’s status.

View source (opens new window)

Returns

string (opens new window), null (opens new window)

# getTaxCategory()

Returns the tax category.

View source (opens new window)

Returns

craft\commerce\models\TaxCategory

Throws

# getTotalStock()

View source (opens new window)

Returns

integer (opens new window)

# getType()

Returns the product's product type.

View source (opens new window)

Returns

craft\commerce\models\ProductType

Throws

# getUriFormat()

Returns the URI format used to generate this element’s URI.

Note that element types that can have URIs must return true from hasUris().

View source (opens new window)

Returns

string (opens new window), null (opens new window)

# getVariants()

Returns an array of the product's variants.

View source (opens new window)

Returns

craft\commerce\elements\Variant[]

Throws

# gqlScopesByContext()

Since
3.0

Returns the GraphQL scopes required by element's context.

View source (opens new window)

Arguments

  • $context (mixed) – The element's context, such as a Volume, Entry Type or Matrix Block Type.

Returns

array (opens new window)

# gqlTypeNameByContext()

Since
3.0

Returns the GraphQL type name by an element's context.

View source (opens new window)

Arguments

  • $context (mixed) – The element's context, such as a Volume, Entry Type or Matrix Block Type.

Returns

string (opens new window)

# hasContent()

Returns whether elements of this type will be storing any data in the content table (titles or custom fields).

View source (opens new window)

Returns

boolean (opens new window) – Whether elements of this type will be storing any data in the content table.

# 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 (opens new window)

Returns

boolean (opens new window) – Whether elements of this type have statuses.

# hasTitles()

Returns whether elements of this type have traditional titles.

View source (opens new window)

Returns

boolean (opens new window) – Whether elements of this type have traditional titles.

# hasUris()

Returns whether elements of this type can have their own slugs and URIs.

Note that individual elements must also return a URI format from getUriFormat() if they are to actually get a URI.

View source (opens new window)

Returns

boolean (opens new window) – Whether elements of this type can have their own slugs and URIs.

# isLocalized()

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

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

View source (opens new window)

Returns

boolean (opens new window) – Whether elements of this type store data on a per-site basis.

# lowerDisplayName()

Returns the lowercase version of displayName().

View source (opens new window)

Returns

string (opens new window)

# pluralDisplayName()

Returns the plural version of displayName().

View source (opens new window)

Returns

string (opens new window)

# pluralLowerDisplayName()

Returns the plural, lowercase version of displayName().

View source (opens new window)

Returns

string (opens new window)

# prepElementQueryForTableAttribute()

Preps the element criteria for a given table attribute

View source (opens new window)

Arguments

# refHandle()

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

View source (opens new window)

Returns

string (opens new window), null (opens new window) – The reference handle, or null if the element type doesn’t support reference tags

# setEagerLoadedElements()

Sets some eager-loaded elements on a given handle.

View source (opens new window)

Arguments

# setScenario()

Sets the scenario for the model.

Note that this method does not check if the scenario exists or not. The method validate() (opens new window) will perform this check.

View source (opens new window)

Arguments

# setVariants()

Sets the variants on the product. Accepts an array of variant data keyed by variant ID or the string 'new'.

View source (opens new window)

Arguments

# statuses()

Returns all of the possible statuses that elements of this type may have.

This method will be called when populating the Status menu on element indexes, for element types whose hasStatuses() method returns true. It will also be called when craft\elements\db\ElementQuery (opens new window) is querying for elements, to ensure that its “status” parameter is set to a valid status. It should return an array whose keys are the status values, and values are the human-facing status labels, or an array with the following keys:

  • label – The human-facing status label.
  • color – The status color. Possible values include green, orange, red, yellow, pink, purple, blue, turquoise, light, grey, black, and white. You can customize the database query condition that should be applied for your custom statuses from craft\elements\db\ElementQuery::statusCondition() (opens new window).

View source (opens new window)

Returns

array (opens new window)

# updateTitle()

Since
3.0.3

Updates the entry's title, if its entry type has a dynamic title format.

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

# Protected Methods

Method Description
cpEditUrl() (opens new window) Returns the element’s edit URL in the control panel.
defineActions() Defines the available element actions for a given source.
defineDefaultTableAttributes() Returns the list of table attribute keys that should be shown by default.
defineExporters() (opens new window) Defines the available element exporters for a given source.
defineFieldLayouts() (opens new window) Defines the field layouts associated with elements for a given source.
defineRules() Returns the validation rules for attributes.
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.
extractFieldsFor() (opens new window) 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() (opens new window) Extracts the root field names from nested fields.
fieldByHandle() (opens new window) Returns the field with a given handle.
fieldLayoutFields() (opens new window) Returns each of this element’s fields.
findByCondition() (opens new window) Finds Element instance(s) by the given condition.
hasFieldLayout() (opens new window) Returns whether the element has a field layout with at least one tab.
htmlAttributes() (opens new window) Returns any attributes that should be included in the element’s DOM representation in the control panel.
isDeletable() Returns whether the current user can delete the element.
isEditable() Returns whether the current user can edit the element.
metaFieldsHtml() (opens new window) Returns the HTML for any meta fields that should be shown within the sidebar of element editor slideouts. Or if the element doesn’t have a field layout, they’ll be shown in the main body of the slideout.
metadata() (opens new window) Returns element metadata that can be shown on its edit page or within element editor slideouts.
normalizeFieldValue() (opens new window) Normalizes a field’s value.
previewTargets() (opens new window) Returns the additional locations that should be available for previewing the element, besides its primary URL (opens new window).
resolveFields() (opens new window) Determines which fields can be returned by toArray() (opens new window).
route() Returns the route that should be used when the element’s URI is requested.
searchKeywords() Returns the search keywords for a given search attribute.
slugFieldHtml() (opens new window) Returns the HTML for the element’s Slug field.
tableAttributeHtml() Returns the HTML that should be shown for a given attribute in Table View.
uiLabel() (opens new window) Returns what the element should be called within the control panel.

# defineActions()

Defines the available element actions for a given source.

View source (opens new window)

Arguments

Returns

array (opens new window) – The available element actions.

# defineDefaultTableAttributes()

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

View source (opens new window)

Arguments

Returns

string (opens new window)[] – The table attributes.

# defineRules()

Returns the validation rules for attributes.

See rules() (opens new window) for details about what should be returned.

Models should override this method instead of rules() (opens new window) so EVENT_DEFINE_RULES (opens new window) handlers can modify the class-defined rules.

View source (opens new window)

Returns

array (opens new window)

# defineSearchableAttributes()

Defines which element attributes should be searchable.

View source (opens new window)

Returns

string (opens new window)[] – The element attributes that should be searchable

# defineSortOptions()

Returns the sort options for the element type.

View source (opens new window)

Returns

array (opens new window) – The attributes that elements can be sorted by

# defineSources()

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

View source (opens new window)

Arguments

Returns

array (opens new window) – The sources.

# defineTableAttributes()

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

View source (opens new window)

Returns

array (opens new window) – The table attributes.

# isDeletable()

Returns whether the current user can delete the element.

View source (opens new window)

Returns

boolean (opens new window)

# isEditable()

Returns whether the current user can edit the element.

View source (opens new window)

Returns

boolean (opens new window)

# route()

Returns the route that should be used when the element’s URI is requested.

View source (opens new window)

Returns

mixed – The route that the request should use, or null if no special action should be taken

# searchKeywords()

Returns the search keywords for a given search attribute.

View source (opens new window)

Arguments

Returns

string (opens new window)

# tableAttributeHtml()

Returns the HTML that should be shown for a given attribute in Table View.

This method can be used to completely customize what actually shows up within the table’s body for a given attribute, rather than simply showing the attribute’s raw value.

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

switch ($attribute) {
    case 'email':
        return $this->email ? Html::mailto(Html::encode($this->email)) : '';
    // ...
}
return parent::tableAttributeHtml($attribute);

WARNING

All untrusted text should be passed through craft\helpers\Html::encode() (opens new window) 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 DateTime (opens new window) 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 (opens new window)

Arguments

Returns

string (opens new window) – The HTML that should be shown for a given attribute in Table View.

Throws

# Constants

Constant Description
ATTR_STATUS_CONFLICTED
ATTR_STATUS_MODIFIED
ATTR_STATUS_OUTDATED
HOMEPAGE_URI
SCENARIO_DEFAULT The name of the default scenario.
SCENARIO_ESSENTIALS
SCENARIO_LIVE
STATUS_ARCHIVED
STATUS_DISABLED
STATUS_ENABLED
STATUS_EXPIRED
STATUS_LIVE
STATUS_PENDING