Skip to content

Asset

Type
Class
Namespace
craft\elements
Inherits
craft\elements\Asset » 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, yii\base\Arrayable, yii\base\Configurable, yii\base\StaticInstanceInterface
Uses traits
craft\base\ClonefixTrait, craft\base\ElementTrait, yii\base\ArrayableTrait, yii\base\StaticInstanceTrait
Since
3.0.0

Asset represents an asset element.

View source

Public Properties

PropertyDescription
activeValidatorsyii\validators\Validator – The validators applicable to the current scenario.
additionalButtonsstring
altstring, null – Alternative text
ancestorscraft\elements\db\ElementQueryInterface – The element’s ancestors
archivedboolean – Whether the element is archived
attributesarray – Attribute values (name => value).
avoidFilenameConflictsboolean – Whether the asset should avoid filename conflicts when saved.
awaitingFieldValuesboolean – Whether the element is still awaiting its custom field values
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
childrencraft\elements\db\ElementQueryInterface – The element’s children
conflictingFilenamestring, null – The filename that was used that caused a conflict.
contentIdinteger, null – The element’s content row ID
contentTablestring – The name of the table this element’s content is stored in
contentsstring
copyOfFilestring
cpEditUrlstring, null – The element’s edit URL in the control panel
cpRevisionsUrlstring, null
currentRevisionself, null
dataUrlstring
dateCreatedDateTime, null – The date that the element was created
dateDeletedDateTime, null – The date that the element was trashed
dateLastMergedDateTime, null – The date that the canonical element was last merged into this one
dateModifiedDateTime, null – Date modified
dateUpdatedDateTime, null – The date that the element was last updated
deletedWithVolumeboolean – Whether the asset was deleted along with its volume
descendantscraft\elements\db\ElementQueryInterface – The element’s descendants
dimensionsnull, string
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.
editorHtmlstring – The HTML for the element’s editor HUD
enabledboolean – Whether the element is enabled
enabledForSiteboolean – Whether the element is enabled for this site
errorsarray – Errors for all attributes or the specified attribute.
extensionstring – the file extension
fieldColumnPrefixstring – The field column prefix this element’s content uses
fieldContextstring – The field context this element’s content uses
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
filenamestring – the filename (with extension)
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).
focalPointstring, array, null – the focal point represented as an array with x and y keys, or null if it’s not an image
foldercraft\models\VolumeFolder – the asset’s volume folder
folderIdinteger, null – Folder ID
folderPathstring, null – Folder path
formatstring – The asset's format
formattedSizestring, null
formattedSizeInBytesstring, null
fscraft\base\FsInterface
gqlTypeNamestring
hardDeleteboolean – Whether the element is being hard-deleted.
hasCheckeredThumbboolean
hasDescendantsboolean – Whether the element has descendants
hasFocalPointboolean – whether a user-defined focal point is set on the asset
hasRoundedThumbboolean
heightinteger, null – the image height
htmlAttributesarray – Any attributes that should be included in the element’s DOM representation in the control panel
idinteger, null – The element’s ID
imageTransformSourcePathstring
img\Twig\Markup, null – an <img> tag based on this asset
isCanonicalboolean – Whether this is the canonical element
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.
isProvisionalDraftboolean – Whether this is a provisional draft.
isRevisionboolean
isSlugTranslatableboolean
isTitleTranslatableboolean
isUnpublishedDraftboolean
iteratorArrayIterator – An iterator for traversing the items in the list.
keepFileOnDeleteboolean – Whether the associated file should be preserved if the asset record is deleted.
keptFileboolean, null – Whether the file was kept around when the asset was deleted
kindstring, null – Kind
languagestring
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, \Illuminate\Support\Collection
locationErrorstring, null – Location error code
mergingCanonicalChangesboolean – Whether recent changes to the canonical element are being merged into this element.
metadataarray – The data, with keys representing the labels.
mimeTypestring, null – the file’s MIME type, if it can be determined
modifiedAttributesstring[]
modifiedFieldsstring[]
newFilenamestring, null – New filename
newFolderIdinteger, null – New folder ID
newLocationstring, null – New file location
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
outdatedAttributesstring[]
outdatedFieldsstring[]
parentcraft\base\ElementInterface, null – The element’s parent
parentIdinteger, null – The element’s parent’s ID
parentUristring, null
pathstring – the asset's path in the volume
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
previewHtmlstring
previewTargetsarray
previewingboolean – Whether the element is currently being previewed.
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.
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
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
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
sizeinteger, null – Size
slugstring, null – The element’s slug
slugTranslationDescriptionstring, null
slugTranslationKeystring – The translation key
sourceIdinteger, null
sourceUidstring
statusstring, null – The element’s status
streamresource
structureIdinteger, null – The element’s structure ID
suggestedFilenamestring, null – The suggested filename in case of a conflict.
supportedSitesinteger[], array – The sites this element is associated with
supportsImageEditorboolean
tempFilePathstring, null – The temp file path
tempIdstring, null – The element’s temporary ID (only used if the element’s URI format contains {id})
thumbAltstring, null
titlestring, null – The element’s title
titleTranslationDescriptionnull, string
titleTranslationKeystring
totalDescendantsinteger – The total number of descendants that the element has
transformnull, string, array, craft\models\ImageTransform
transformSourcestring
trashedboolean – Whether the element has been soft-deleted.
uiLabelstring
uiLabelPathstring[]
uidstring, null – The element’s UID
updatingFromDerivativeboolean – Whether the element is being updated from a derivative element, such as a draft or revision.
uploadercraft\elements\User, null
uploaderIdinteger, null – The ID of the user who first added this asset (if known)
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
validatingRelatedElementboolean – Whether the element is currently being validated via BaseRelationField::validateRelatedElements()
validatorsArrayObject, yii\validators\Validator – All the validators declared in the model.
volumecraft\models\Volume – the asset’s volume
volumeIdinteger, null – the volume ID
widthinteger, null – the image width

additionalButtons

Type
string
Default value
null
Access
Read-only
Since
4.0.0

View source

alt

Type
string, null
Default value
null
Since
4.0.0

Alternative text

View source

avoidFilenameConflicts

Type
boolean
Default value
false

Whether the asset should avoid filename conflicts when saved.

View source

cacheTags

Type
string[]
Default value
null

View source

conflictingFilename

Type
string, null
Default value
null

The filename that was used that caused a conflict.

View source

contents

Type
string
Default value
null

View source

copyOfFile

Type
string
Default value
null

View source

dataUrl

Type
string
Default value
null

View source

dateModified

Type
DateTime, null
Default value
null

Date modified

View source

deletedWithVolume

Type
boolean
Default value
false

Whether the asset was deleted along with its volume

See also beforeDelete()

View source

dimensions

Type
null, string
Default value
null

View source

extension

Type
string
Default value
null

the file extension

View source

filename

Type
string
Default value
null

the filename (with extension)

View source

focalPoint

Type
string, array, null
Default value
null

the focal point represented as an array with x and y keys, or null if it’s not an image

View source

folder

Type
craft\models\VolumeFolder
Default value
null

the asset’s volume folder

View source

folderId

Type
integer, null
Default value
null

Folder ID

View source

folderPath

Type
string, null
Default value
null

Folder path

View source

format

Type
string
Default value
null
Access
Read-only

The asset's format

View source

formattedSize

Type
string, null
Default value
null
Access
Read-only
Since
3.4.0

View source

formattedSizeInBytes

Type
string, null
Default value
null
Access
Read-only
Since
3.4.0

View source

fs

Type
craft\base\FsInterface
Default value
null

View source

gqlTypeName

Type
string
Default value
null

View source

hasCheckeredThumb

Type
boolean
Default value
null

View source

hasFocalPoint

Type
boolean
Default value
null

whether a user-defined focal point is set on the asset

View source

height

Type
integer, null
Default value
null

the image height

View source

imageTransformSourcePath

Type
string
Default value
null

View source

img

Type
\Twig\Markup, null
Default value
null

an <img> tag based on this asset

View source

isTitleTranslatable

Type
boolean
Default value
null

View source

keepFileOnDelete

Type
boolean
Default value
false

Whether the associated file should be preserved if the asset record is deleted.

See also:

View source

keptFile

Type
boolean, null
Default value
null

Whether the file was kept around when the asset was deleted

View source

kind

Type
string, null
Default value
null

Kind

View source

locationError

Type
string, null
Default value
null

Location error code

See also craft\validators\AssetLocationValidator::validateAttribute()

View source

mimeType

Type
string, null
Default value
null

the file’s MIME type, if it can be determined

View source

newFilename

Type
string, null
Default value
null

New filename

View source

newFolderId

Type
integer, null
Default value
null

New folder ID

View source

newLocation

Type
string, null
Default value
null

New file location

View source

path

Type
string
Default value
null

the asset's path in the volume

View source

postEditUrl

Type
string, null
Default value
null
Access
Read-only
Since
4.0.0

View source

previewHtml

Type
string
Default value
null

View source

previewTargets

Type
array
Default value
null

View source

size

Type
integer, null
Default value
null

Size

View source

stream

Type
resource
Default value
null

View source

suggestedFilename

Type
string, null
Default value
null

The suggested filename in case of a conflict.

View source

supportsImageEditor

Type
boolean
Default value
null

View source

tempFilePath

Type
string, null
Default value
null

The temp file path

View source

thumbAlt

Type
string, null
Default value
null
Access
Read-only
Since
4.0.0

View source

titleTranslationDescription

Type
null, string
Default value
null

View source

titleTranslationKey

Type
string
Default value
null

View source

transform

Type
null, string, array, craft\models\ImageTransform
Default value
null

View source

transformSource

Type
string
Default value
null

View source

uploader

Type
craft\elements\User, null
Default value
null

View source

uploaderId

Type
integer, null
Default value
null

The ID of the user who first added this asset (if known)

View source

volume

Type
craft\models\Volume
Default value
null

the asset’s volume

View source

volumeId

Type
integer, null
Default value
null

the volume ID

View source

width

Type
integer, null
Default value
null

the image width

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 a property value.
__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 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.
addModelErrors()Adds errors from another model, with a given attribute name prefix.
afterDelete()Performs actions after an element is deleted.
afterDeleteForSite()Performs actions after an element is deleted for a site.
afterMoveInStructure()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()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()Performs actions before an element is saved.
beforeValidate()This method is invoked before validation starts.
behaviors()Returns a list of behaviors that this component should behave as.
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.
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.
copyWithTransform()Returns a copy of the asset with the given transform applied to it.
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().
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.
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 of 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\elements\db\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.
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.
getAttributeLabel()Returns the text label for the specified attribute.
getAttributeStatus()Returns the status of a given attribute.
getAttributes()Returns attribute values.
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.
getChildren()Returns the element’s children.
getContentTable()Returns the name of the table this element’s content is stored in.
getContents()Returns the file’s contents.
getCopyOfFile()Get a temporary copy of the actual file.
getCpEditUrl()Returns the element’s edit URL in the control panel.
getCpRevisionsUrl()Returns the element’s revisions index URL in the control panel.
getCurrentRevision()Returns the element’s current revision, if one exists.
getDataUrl()Generates a base64-encoded data URL for the asset.
getDescendants()Returns the element’s descendants.
getDimensions()Returns the image dimensions.
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.
getExtension()Returns the file extension.
getFieldColumnPrefix()Returns the field column prefix this element’s content uses.
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.
getFilename()Returns the filename, with or without the extension.
getFirstError()Returns the first error of the specified attribute.
getFirstErrors()Returns the first error of every attribute in the model.
getFocalPoint()Returns the focal point represented as an array with x and y keys, or null if it’s not an image.
getFolder()Returns the asset’s volume folder.
getFormat()Returns the file's format, if it can be determined.
getFormattedSize()Returns the formatted file size, if known.
getFormattedSizeInBytes()Returns the formatted file size in bytes, if known.
getFs()Returns the filesystem the asset is stored in.
getGqlTypeName()Returns the GraphQL type name for this element type.
getHasCheckeredThumb()Returns whether the element’s thumbnail should have a checkered background.
getHasDescendants()Returns whether the element has descendants.
getHasFocalPoint()Returns whether a user-defined focal point is set on the asset.
getHasRoundedThumb()Returns whether the element’s thumbnail should be rounded.
getHeight()Returns the image height.
getHtmlAttributes()Returns any attributes that should be included in the element’s DOM representation in the control panel.
getId()
getImageTransformSourcePath()Return the path where the source for this Asset's transforms should be.
getImg()Returns an <img> tag based on this asset.
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.
getIsRevision()Returns whether this is a revision.
getIsSlugTranslatable()Returns whether the Slug field should be shown as translatable in the UI.
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.
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.
getMimeType()Returns the file’s MIME type, if it can be determined.
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.
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.
getParent()Returns the element’s parent.
getParentId()Returns the parent ID.
getParentUri()Returns the parent element’s URI, if there is one.
getPath()Returns the asset's path in the volume.
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.
getPreviewHtml()Returns the HTML for asset previews.
getPreviewTargets()Returns the additional locations that should be available for previewing the element, besides its primary URL.
getPreviewThumbImg()Returns preview thumb image HTML.
getRef()Returns the reference string to this element.
getRoute()Returns the route that should be used when the element’s URI is requested.
getScenario()Returns the scenario that this model is used in.
getSearchKeywords()Returns the search keywords for a given search attribute.
getSerializedFieldValues()Returns an array of the element’s serialized custom field values, indexed by their handles.
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.
getSlugTranslationDescription()Returns the description of the Slug field’s translation support.
getSlugTranslationKey()Returns the Slug’s translation key.
getSourceId()Returns the element’s canonical ID.
getSourceUid()Returns the element’s canonical UID.
getSrcset()Returns a srcset attribute value based on the given widths or x-descriptors.
getStatus()Returns the element’s status.
getStream()Returns a stream of the actual file.
getSupportedSites()Returns the sites this element is associated with.
getSupportsImageEditor()Returns whether this asset can be edited by the image editor.
getTableAttributeHtml()Returns the HTML that should be shown for a given attribute in Table View.
getThumbAlt()Returns alt text for the element’s thumbnail.
getThumbHtml()Returns the HTML for the element’s thumbnail, if it has one.
getThumbUrl()Returns the URL to the element’s thumbnail, if it has one.
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()Returns what the element should be called within the control panel.
getUiLabelPath()Returns any path segment labels that should be prepended to the element’s UI label.
getUploader()Returns the user that uploaded the asset, if known.
getUriFormat()Returns the URI format used to generate this element’s URI.
getUrl()Returns the element’s full URL.
getUrlsBySize()Returns an array of image transform URLs based on the given widths or x-descriptors.
getValidators()Returns all the validators declared in rules().
getVolume()Returns the asset’s volume.
getVolumeId()Returns the volume’s ID.
getWidth()Returns the image width.
gqlMutationNameByContext()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()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.
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.
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().
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.
rules()Returns the validation rules for attributes.
safeAttributes()Returns the attribute names that are safe to be massively assigned in the current scenario.
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.
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.
setFilename()Sets the filename (with extension).
setFocalPoint()Sets the asset's focal point.
setHeight()Sets the image height.
setIsFresh()Sets whether the element is "fresh" (not yet explicitly saved, and without validation errors).
setNext()Sets the default next element.
setParent()Sets the element’s parent.
setParentId()Sets the parent ID.
setPrev()Sets the default previous element.
setRevisionCreatorId()Sets the revision creator ID to be saved.
setRevisionNotes()Sets the revision notes to be saved.
setScenario()Sets the scenario for the model.
setTransform()Sets the transform.
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.
setUploader()Sets the asset's uploader.
setVolumeId()Sets the volume’s ID.
setWidth()Sets the image width.
sortOptions()Returns the sort options for the element type.
sourcePath()
sources()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()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.
validate()Performs the data validation.
validateCustomFieldAttribute()Calls a custom validation function on a custom field.
validateMultiple()Validates multiple models.

__get()

Returns a property value.

This method will check if $name is one of the following:

View source

Arguments

  • $name (string) – The property name

Returns

mixed – The property value

Throws

__isset()

Checks if a property is set.

This method will check if $name is one of the following:

View source

Arguments

  • $name (string) – The property name

Returns

boolean – Whether the property is set

__toString()

Returns the string representation of the element.

View source

Returns

string

afterDelete()

Performs actions after an element is deleted.

View source

afterSave()

Performs actions after an element is saved.

View source

Arguments

  • $isNew (boolean) – Whether the element is brand new

Throws

afterValidate()

This method is invoked after validation ends.

The default implementation raises an afterValidate event. You may override this method to do postprocessing after validation. Make sure the parent implementation is invoked so that the event can be raised.

View source

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

beforeRestore()

Since
3.1.0

Performs actions before an element is restored.

View source

Returns

boolean – Whether the element should be restored

beforeSave()

Performs actions before an element is saved.

View source

Arguments

  • $isNew (boolean) – Whether the element is brand new

Returns

boolean – Whether the element should be saved

canDelete()

Since
4.0.0

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

canSave()

Since
4.0.0

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()

Since
4.0.0

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

copyWithTransform()

Returns a copy of the asset with the given transform applied to it.

View source

Arguments

Returns

craft\elements\Asset

Throws

createCondition()

Since
4.0.0

Returns an element condition for the element type.

View source

Returns

craft\elements\conditions\assets\AssetCondition

displayName()

Returns the display name of this class.

View source

Returns

string – The display name of this class.

eagerLoadingMap()

Since
3.4.0

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

extraFields()

Returns the list of fields that can be expanded further and returned by toArray().

This method is similar to fields() except that the list of fields returned by this method are not returned by default by toArray(). Only when field names to be expanded are explicitly specified when calling toArray(), will their values be exported.

The default implementation returns an empty array.

You may override this method to return a list of expandable fields based on some context information (e.g. the current application user).

View source

Returns

array – The list of expandable field names or field definitions. Please refer to fields() on the format of the return value.

find()

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

The returned craft\elements\db\ElementQueryInterface instance can be further customized by calling methods defined in craft\elements\db\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\elements\db\AssetQuery – The newly created craft\elements\db\AssetQuery instance.

findSource()

Since
4.4.0

Returns a source definition by a given source key/path and context.

View source

Arguments

Returns

array, null

getAdditionalButtons()

Since
4.0.0

Returns additional buttons that should be shown at the top of the element’s edit page.

View source

Returns

string

getContents()

Since
3.0.6

Returns the file’s contents.

View source

Returns

string

Throws

getCopyOfFile()

Get a temporary copy of the actual file.

View source

Returns

string

Throws

getDataUrl()

Since
3.5.13

Generates a base64-encoded data URL for the asset.

View source

Returns

string

Throws

getDimensions()

Since
3.4.0

Returns the image dimensions.

View source

Returns

string, null

getExtension()

Returns the file extension.

View source

Returns

string

getFieldLayout()

Returns the field layout used by this element.

View source

Returns

craft\models\FieldLayout, null

getFilename()

Returns the filename, with or without the extension.

View source

Arguments

Returns

string

Throws

getFocalPoint()

Returns the focal point represented as an array with x and y keys, or null if it’s not an image.

View source

Arguments

  • $asCss (boolean) – Whether the value should be returned in CSS syntax ("50% 25%") instead

Returns

array, string, null

getFolder()

Returns the asset’s volume folder.

View source

Returns

craft\models\VolumeFolder

Throws

getFormat()

Returns the file's format, if it can be determined.

View source

Arguments

Returns

string – The asset's format

Throws

getFormattedSize()

Since
3.4.0

Returns the formatted file size, if known.

View source

Arguments

  • $decimals (integer, null) – The number of digits after the decimal point
  • $short (boolean) – Whether the size should be returned in short form (“kB” instead of “kilobytes”)

Returns

string, null

getFormattedSizeInBytes()

Since
3.4.0

Returns the formatted file size in bytes, if known.

View source

Arguments

  • $short (boolean) – Whether the size should be returned in short form (“B” instead of “bytes”)

Returns

string, null

getFs()

DEPRECATED

Deprecated in 4.4.0

Since
4.0.0

Returns the filesystem the asset is stored in.

View source

Returns

craft\base\FsInterface

Throws

getGqlTypeName()

Since
3.3.0

Returns the GraphQL type name for this element type.

View source

Returns

string

getHasCheckeredThumb()

Since
3.5.5

Returns whether the element’s thumbnail should have a checkered background.

View source

Returns

boolean

getHasFocalPoint()

Returns whether a user-defined focal point is set on the asset.

View source

Returns

boolean

getHeight()

Returns the image height.

View source

Arguments

Returns

integer, null

getHtmlAttributes()

Returns any attributes that should be included in the element’s DOM representation in the control panel.

The attribute HTML will be rendered with yii\helpers\BaseHtml::renderTagAttributes().

TIP

Element types that extend craft\base\Element should override craft\base\Element::htmlAttributes() instead of this method.

View source

Arguments

  • $context (string) – The context that the element is being rendered in ('index', 'modal', 'field', or 'settings'.)

Returns

array

getImageTransformSourcePath()

Return the path where the source for this Asset's transforms should be.

View source

Returns

string

getImg()

Returns an <img> tag based on this asset.

View source

Arguments

Returns

\Twig\Markup, null

Throws

getIsTitleTranslatable()

Since
3.5.0

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

getMimeType()

Returns the file’s MIME type, if it can be determined.

View source

Arguments

Returns

string, null

Throws

getPath()

Returns the asset's path in the volume.

View source

Arguments

  • $filename (string, null) – Filename to use. If not specified, the asset's filename will be used.

Returns

string

getPostEditUrl()

Since
4.0.0

Returns the URL that users should be redirected to after editing the element.

View source

Returns

string, null

getPreviewHtml()

Returns the HTML for asset previews.

View source

Returns

string

Throws

getPreviewTargets()

Since
3.2.0

Returns the additional locations that should be available for previewing the element, besides its primary URL.

Each target should be represented by a sub-array with the following keys:

  • label – What the preview target will be called in the control panel.
  • url – The URL that the preview target should open.
  • refresh – Whether preview frames should be automatically refreshed when content changes (true by default).

TIP

Element types that extend craft\base\Element should override craft\base\Element::previewTargets() instead of this method.

View source

Returns

array

getPreviewThumbImg()

Since
3.4.0

Returns preview thumb image HTML.

View source

Arguments

Returns

string

getSidebarHtml()

Since
3.7.0

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

View source

Arguments

  • $static (boolean) – Whether any fields within the sidebar should be static (non-interactive)

Returns

string

getSrcset()

Since
3.5.0

Returns a srcset attribute value based on the given widths or x-descriptors.

For example, if you pass ['100w', '200w'], you will get:

image-url@100w.ext 100w,
image-url@200w.ext 200w

If you pass x-descriptors, it will be assumed that the image’s current width is the 1x width. So if you pass ['1x', '2x'] on an image with a 100px-wide transform applied, you will get:

image-url@100w.ext,
image-url@200w.ext 2x

View source

Arguments

Returns

string, false – The srcset attribute value, or false if it can’t be determined

Throws

getStream()

Returns a stream of the actual file.

View source

Returns

resource

Throws

getSupportsImageEditor()

Returns whether this asset can be edited by the image editor.

View source

Returns

boolean

getTableAttributeHtml()

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

TIP

Element types that extend craft\base\Element should override craft\base\Element::tableAttributeHtml() instead of this method.

View source

Arguments

  • $attribute (string) – The attribute name.

Returns

string – The HTML that should be shown for a given attribute in Table View.

getThumbAlt()

Since
4.0.0

Returns alt text for the element’s thumbnail.

View source

Returns

string, null

getThumbUrl()

Returns the URL to the element’s thumbnail, if it has one.

View source

Arguments

  • $size (integer) – The maximum width and height the thumbnail should have.

Returns

string, null

getTitleTranslationDescription()

Since
3.5.0

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

View source

Returns

string, null

getTitleTranslationKey()

Since
3.5.0

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

getUploader()

Since
3.4.0

Returns the user that uploaded the asset, if known.

View source

Returns

craft\elements\User, null

getUrl()

Returns the element’s full URL.

View source

Arguments

  • $transform (craft\models\ImageTransform, string, array, null) – A transform handle or configuration that should be applied to the image If an array is passed, it can optionally include a transform key that defines a base transform which the rest of the settings should be applied to.
  • $immediately (boolean, null) – Whether the image should be transformed immediately

Returns

string, null

Throws

getUrlsBySize()

Since
3.7.16

Returns an array of image transform URLs based on the given widths or x-descriptors.

For example, if you pass ['100w', '200w'], you will get:

php
[
    '100w' => 'image-url@100w.ext',
    '200w' => 'image-url@200w.ext'
]

If you pass x-descriptors, it will be assumed that the image’s current width is the indented 1x width. So if you pass ['1x', '2x'] on an image with a 100px-wide transform applied, you will get:

php
[
    '1x' => 'image-url@100w.ext',
    '2x' => 'image-url@200w.ext'
]

View source

Arguments

Returns

array

getVolume()

Returns the asset’s volume.

View source

Returns

craft\models\Volume

Throws

getVolumeId()

Returns the volume’s ID.

View source

Returns

integer, null

getWidth()

Returns the image width.

View source

Arguments

Returns

integer, null

gqlMutationNameByContext()

Since
3.5.0

Returns the GraphQL mutation name by an element’s context.

View source

Arguments

  • $context (mixed) – The element’s context, such as a volume, entry type, or Matrix block type.

Returns

string

gqlScopesByContext()

Since
3.3.0

Returns the GraphQL scopes required by element’s context.

View source

Arguments

  • $context (mixed) – The element’s context, such as a volume, entry type or Matrix block type.

Returns

array

gqlTypeNameByContext()

Since
3.3.0

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

View source

Arguments

  • $context (mixed) – The element’s context, such as a volume, entry type or Matrix block type.

Returns

string

hasContent()

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

View source

Returns

boolean – Whether elements of this type will be storing any data in the content table.

hasTitles()

Returns whether elements of this type have traditional titles.

View source

Returns

boolean – Whether elements of this type have traditional titles.

indexElementCount()

Since
4.4.0

Returns the total number of elements that will be shown on an element index, for the given element query.

View source

Arguments

Returns

integer

init()

Since
3.5.0

Initializes the object.

This method is invoked at the end of the constructor after the object is initialized with the given configuration.

View source

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.

lowerDisplayName()

Since
3.3.17

Returns the lowercase version of displayName().

View source

Returns

string

pluralDisplayName()

Since
3.2.0

Returns the plural version of displayName().

View source

Returns

string

pluralLowerDisplayName()

Since
3.3.17

Returns the plural, lowercase version of displayName().

View source

Returns

string

prepareEditScreen()

Since
4.0.0

Prepares the response for the element’s Edit screen.

View source

Arguments

  • $response (yii\web\Response) – The response being prepared
  • $containerId (string) – The ID of the element editor’s container element

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

scenarios()

Returns a list of scenarios and the corresponding active attributes.

An active attribute is one that is subject to validation in the current scenario. The returned array should be in the following format:

php
[
    'scenario1' => ['attribute11', 'attribute12', ...],
    'scenario2' => ['attribute21', 'attribute22', ...],
    ...
]

By default, an active attribute is considered safe and can be massively assigned. If an attribute should NOT be massively assigned (thus considered unsafe), please prefix the attribute with an exclamation character (e.g. '!rank').

The default implementation of this method will return all scenarios found in the rules() declaration. A special scenario named SCENARIO_DEFAULT will contain all attributes found in the rules(). Each scenario will be associated with the attributes that are being validated by the validation rules that apply to the scenario.

View source

Returns

array – A list of scenarios and the corresponding active attributes.

setEagerLoadedElements()

Since
3.4.0

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

setFilename()

Since
4.0.0

Sets the filename (with extension).

View source

Arguments

setFocalPoint()

Sets the asset's focal point.

View source

Arguments

Throws

setHeight()

Sets the image height.

View source

Arguments

setTransform()

Sets the transform.

View source

Arguments

Returns

craft\elements\Asset

Throws

setUploader()

Since
3.4.0

Sets the asset's uploader.

View source

Arguments

setVolumeId()

Sets the volume’s ID.

View source

Arguments

setWidth()

Sets the image width.

View source

Arguments

sortOptions()

Returns the sort options for the element type.

This method should return an array, where each item is a sub-array with the following keys:

  • label – The sort option label
  • orderBy – An array, comma-delimited string, or a callback function that defines the columns to order the query by. If set to a callback function, the function will be passed two arguments: $dir (either SORT_ASC or SORT_DESC) and $db (a craft\db\Connection object), and it should return an array of column names or an yii\db\ExpressionInterface object.
  • attribute (optional) – The table attribute name that this option is associated with (required if orderBy is an array or more than one column name)
  • defaultDir (optional) – The default sort direction that should be used when sorting by this option (set to either asc or desc). Defaults to asc if not specified.
php
return [
    [
        'label' => Craft::t('app', 'Attribute Label'),
        'orderBy' => 'columnName',
        'attribute' => 'attributeName',
        'defaultDir' => 'asc',
    ],
];

A shorthand syntax is also supported, if there is no corresponding table attribute, or the table attribute has the exact same name as the column.

php
return [
    'columnName' => Craft::t('app', 'Attribute Label'),
];

Note that this method will only get called once for the entire index; not each time that a new source is selected.

View source

Returns

array – The attributes that elements can be sorted by

sourcePath()

View source

Arguments

  • $sourceKey
  • $stepKey
  • $context

tableAttributes()

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

This method should return an array whose keys represent element attribute names, and whose values make up the table’s column headers.

View source

Returns

array – The table attributes.

Protected Methods

MethodDescription
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.
defineActions()Defines the available element actions for a given source.
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.
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()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.
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.
htmlAttributes()Returns any attributes that should be included in the element’s DOM representation in the control panel.
includeSetStatusAction()Returns whether the Set Status action should be included in actions() automatically.
indexElements()Returns the resulting elements for an element index.
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.
searchKeywords()Returns the search keywords for a given search attribute.
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.
tableAttributeHtml()Returns the HTML that should be shown for a given attribute in Table View.
thumbSvg()Returns the element’s thumbnail SVG contents, which should be used as a fallback when getThumbUrl() returns null.
uiLabel()Returns what the element should be called within the control panel.

cacheTags()

Since
3.5.0

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

View source

Returns

string[]

cpEditUrl()

Since
3.4.0

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

View source

Returns

string, null


Example

::: code

php
$url = $asset->cpEditUrl;
twig
{% if asset.isEditable %}
  <a href="{{ asset.cpEditUrl }}">Edit</a>
{% endif %}

:::

defineActions()

Defines the available element actions for a given source.

View source

Arguments

  • $source (string) – The selected source’s key, if any.

Returns

array – The available element actions.

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.

defineFieldLayouts()

Since
3.5.0

Defines the field layouts associated with elements for a given source.

View source

Arguments

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

Returns

craft\models\FieldLayout[] – The associated field layouts

defineRules()

Since
3.4.0

Returns the validation rules for attributes.

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

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

View source

Returns

array

defineSearchableAttributes()

Defines which element attributes should be searchable.

View source

Returns

string[] – The element attributes that should be searchable

defineSortOptions()

Returns the sort options for the element type.

View source

Returns

array – The attributes that elements can be sorted by

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.

htmlAttributes()

Returns any attributes that should be included in the element’s DOM representation in the control panel.

View source

Arguments

  • $context (string) – The context that the element is being rendered in ('index', 'modal', 'field', or 'settings'.)

Returns

array

indexElements()

Since
4.4.0

Returns the resulting elements for an element index.

View source

Arguments

Returns

craft\base\ElementInterface[]

metaFieldsHtml()

Since
3.7.0

Returns the HTML for any meta fields that should be shown within the editor sidebar.

View source

Arguments

  • $static (boolean) – Whether the fields should be static (non-interactive)

Returns

string

metadata()

Since
3.7.0

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.

prepElementQueryForTableAttribute()

Prepares an element query for an element index that includes a given table attribute.

View source

Arguments

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 tableAttributeHtml() method could do this:

php
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() 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 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 View.

Throws

thumbSvg()

Since
4.5.0

Returns the element’s thumbnail SVG contents, which should be used as a fallback when getThumbUrl() returns null.

View source

Returns

string, null

Constants

ConstantDescription
ATTR_STATUS_MODIFIED
ATTR_STATUS_OUTDATED
ERROR_DISALLOWED_EXTENSION
ERROR_FILENAME_CONFLICT
HOMEPAGE_URI
KIND_ACCESS
KIND_AUDIO
KIND_CAPTIONS_SUBTITLES
KIND_COMPRESSED
KIND_EXCEL
KIND_FLASH
KIND_HTML
KIND_ILLUSTRATOR
KIND_IMAGE
KIND_JAVASCRIPT
KIND_JSON
KIND_PDF
KIND_PHOTOSHOP
KIND_PHP
KIND_POWERPOINT
KIND_TEXT
KIND_UNKNOWN
KIND_VIDEO
KIND_WORD
KIND_XML
SCENARIO_CREATE
SCENARIO_DEFAULTThe name of the default scenario.
SCENARIO_ESSENTIALS
SCENARIO_FILEOPS
SCENARIO_INDEX
SCENARIO_LIVE
SCENARIO_MOVEValidation scenario that should be used when the asset is only getting moved; not renamed.
SCENARIO_REPLACE
STATUS_ARCHIVED
STATUS_DISABLED
STATUS_ENABLED

Events

EVENT_AFTER_GENERATE_TRANSFORM

Type
craft\events\GenerateTransformEvent
Since
4.0.0

The event that is triggered after a transform is generated for an asset.


EVENT_BEFORE_DEFINE_URL

Type
craft\events\DefineAssetUrlEvent
Since
4.4.7

The event that is triggered before defining the asset’s URL.

See also getUrl()


EVENT_BEFORE_GENERATE_TRANSFORM

Type
craft\events\GenerateTransformEvent
Since
4.0.0

The event that is triggered before a transform is generated for an asset.


EVENT_BEFORE_HANDLE_FILE

Type
craft\events\AssetEvent

The event that is triggered before an asset is uploaded to volume.


EVENT_DEFINE_URL

Type
craft\events\DefineAssetUrlEvent
Since
4.0.0

The event that is triggered when defining the asset’s URL.

See also getUrl()