ElementInterface
- Type
- Interface
- Namespace
- craft\base
- Extends
- craft\base\Actionable, craft\base\Chippable, craft\base\ComponentInterface, craft\base\CpEditable, craft\base\Statusable, craft\base\Thumbable
- Implemented by
- craft\base\Element, craft\base\NestedElementInterface, craft\elements\Address, craft\elements\Asset, craft\elements\Category, craft\elements\Entry, craft\elements\GlobalSet, craft\elements\Tag, craft\elements\User, craft\test\mockclasses\elements\ExampleElement
- Since
- 3.0.0
ElementInterface defines the common interface to be implemented by element classes.
A class implementing this interface should also use craft\base\ElementTrait.
Public Methods
Method | Description |
---|---|
__toString() | Returns the string representation of the element. |
actions() | Returns the available bulk element actions for a given source. |
addInvalidNestedElementIds() | Registers invalid nested element IDs with the element, so an error class can be added on their cards. |
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. |
attributePreviewHtml() | Return HTML for the attribute in the card preview. |
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. |
canCreateDrafts() | Returns whether the given user is authorized to create drafts for this element. |
canDelete() | Returns whether the given user is authorized to delete this element. |
canDeleteForSite() | Returns whether the given user is authorized to delete this element for its current site. |
canDuplicate() | Returns whether the given user is authorized to duplicate this element. |
canDuplicateAsDraft() | Returns whether the given user is authorized to duplicate this element as an unpublished draft. |
canSave() | Returns whether the given user is authorized to save this element in its current form. |
canView() | Returns whether the given user is authorized to view this element’s edit page. |
cardAttributes() | Defines all the available attributes that can be shown in card views. |
createAnother() | Creates a new element (without saving it) based on this one. |
createCondition() | Returns an element condition for the element type. |
defaultCardAttributes() | Returns the list of card attribute keys that should be shown by default, if the field layout hasn't been customised. |
defaultTableAttributes() | Returns the list of table attribute keys that should be shown by default. |
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. |
exporters() | Returns the available export options for a given source. |
extraFields() | Returns the list of additional fields that can be returned by toArray() in addition to those listed in fields(). |
fieldLayouts() | Returns all the field layouts associated with elements from the given source. |
fields() | Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. |
find() | Creates an craft\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. |
get() | Returns a component by its ID. |
getActionMenuItems() | Returns action menu items for the component. |
getAdditionalButtons() | Returns additional buttons that should be shown at the top of the element’s edit page. |
getAncestors() | Returns the element’s ancestors. |
getAttributeHtml() | Returns the HTML that should be shown for a given attribute in table and card views. |
getAttributeStatus() | Returns the status of a given attribute. |
getCacheTags() | Returns the cache tags that should be cleared when this element is saved. |
getCanonical() | Returns the canonical version of the element. |
getCanonicalId() | Returns the element’s canonical ID. |
getCanonicalUid() | Returns the element’s canonical UUID. |
getCardBodyHtml() | Returns the body HTML for element cards. |
getChildren() | Returns the element’s children. |
getChipLabelHtml() | Returns the label HTML for element chips. |
getCpEditUrl() | Returns the URL to the component’s edit page in the control panel. |
getCpRevisionsUrl() | Returns the element’s revisions index URL in the control panel. |
getCrumbs() | Returns the breadcrumbs that lead up to the element. |
getCurrentRevision() | Returns the element’s current revision, if one exists. |
getDescendants() | Returns the element’s descendants. |
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. |
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. |
getGqlTypeName() | Returns the GraphQL type name for this element type. |
getHasDescendants() | Returns whether the element has descendants. |
getHtmlAttributes() | Returns any attributes that should be included in the element’s chips and cards. |
getId() | Returns the ID of the component, which should be used as the value of hidden inputs. |
getInlineAttributeInputHtml() | Returns the HTML that should be shown for a given attribute's inline editing input. |
getInvalidNestedElementIds() | Returns the element’s invalid nested element IDs. |
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. |
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. |
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. |
getParentUri() | Returns the parent element’s URI, if there is one. |
getPostEditUrl() | Returns the URL that users should be redirected to after editing the element. |
getPrev() | Returns the previous element relative to this one, from a given set of criteria. |
getPrevSibling() | Returns the element’s previous sibling. |
getPreviewTargets() | Returns the additional locations that should be available for previewing the element, besides its primary URL. |
getRef() | Returns the reference string to this element. |
getRootOwner() | Returns the root owner element. |
getRoute() | Returns the route that should be used when the element’s URI is requested. |
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. |
getStatus() | Returns the component’s status. |
getSupportedSites() | Returns the sites this element is associated with. |
getThumbHtml() | Returns the HTML for the component’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 component should be called within the control panel. |
getUiLabelPath() | Returns any path segment labels that should be prepended to the element’s UI label. |
getUriFormat() | Returns the URI format used to generate this element’s URI. |
getUrl() | Returns the element’s full URL. |
gqlScopesByContext() | Returns the GraphQL scopes required by element’s context. |
hasDrafts() | Returns whether element indexes should show the “Drafts” status option. |
hasEagerLoadedElements() | Returns whether elements have been eager-loaded with a given handle. |
hasRevisions() | Returns whether revisions should be created when this element is saved. |
hasStatuses() | Returns whether elements of this type have statuses. |
hasThumbs() | Returns whether element indexes should include a thumbnail view by default. |
hasTitles() | Returns whether elements of this type have traditional titles. |
hasUris() | Returns whether elements of this type can have their own slugs and URIs. |
indexElementCount() | Returns the total number of elements that will be shown on an element index, for the given element query. |
indexHtml() | Returns the element index HTML. |
indexViewModes() | Returns the view modes available for the element type. |
instance() | Returns static class instance, which can be used to obtain meta information. |
isAncestorOf() | Returns whether this element is an ancestor of another one. |
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. |
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. |
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() |
offsetExists() | Treats custom fields as array offsets. |
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. |
searchableAttributes() | Defines which element attributes should be searchable. |
setAttributesFromRequest() | Sets the element’s attributes from an element editor submission. |
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. |
setIsFresh() | Sets whether the element is "fresh" (not yet explicitly saved, and without validation errors). |
setLazyEagerLoadedElements() | Sets whether the given eager-loaded element handles were eager-loaded lazily. |
setNext() | Sets the default next element. |
setParent() | Sets the element’s parent. |
setPrev() | Sets the default previous element. |
setRevisionCreatorId() | Sets the revision creator ID to be saved. |
setRevisionNotes() | Sets the revision notes to be saved. |
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. |
showStatusIndicator() | Returns whether chips and cards for this element should include a status indicator. |
sortOptions() | Returns the sort options for the element type. |
sourcePath() | Returns the source path for a given source key, step key, and context. |
sources() | Returns the source definitions that elements of this type may belong to. |
statuses() | Returns all the possible statuses that components may have. |
tableAttributes() | Defines all of the available columns that can be shown in table views. |
toArray() | Converts the object 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. |
__toString()
Returns the string representation of the element.
actions()
Returns the available bulk element actions for a given source.
The actions can be represented by their fully qualified class name, a config array with the class name set to a type
key, or by an instantiated element action object.
TIP
Element types that extend craft\base\Element should override craft\base\Element::defineActions() instead of this method.
Arguments
$source
(string) – The selected source’s key.
Returns
array – The available bulk element actions.
addInvalidNestedElementIds()
- Since
- 5.3.0
Registers invalid nested element IDs with the element, so an error
class can be added on their cards.
Arguments
$ids
(integer[])
afterDelete()
Performs actions after an element is deleted.
afterDeleteForSite()
- Since
- 4.7.0
Performs actions after an element is deleted for a site.
afterMoveInStructure()
DEPRECATED
Deprecated in 4.5.0. craft\services\Structures::EVENT_AFTER_INSERT_ELEMENT or EVENT_AFTER_MOVE_ELEMENT should be used instead.
Performs actions after an element is moved within a structure.
Arguments
$structureId
(integer) – The structure ID
afterPropagate()
- Since
- 3.2.0
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().
Arguments
$isNew
(boolean) – Whether the element is brand new
afterRestore()
- Since
- 3.1.0
Performs actions after an element is restored.
afterSave()
Performs actions after an element is saved.
Arguments
$isNew
(boolean) – Whether the element is brand new
attributePreviewHtml()
- Since
- 5.5.0
Return HTML for the attribute in the card preview.
Arguments
$attribute
(array)
Returns
mixed
beforeDelete()
Performs actions before an element is deleted.
Returns
boolean – Whether the element should be deleted
beforeDeleteForSite()
- Since
- 4.7.0
Performs actions before an element is deleted for a site.
Returns
boolean – Whether the element should be deleted
beforeMoveInStructure()
DEPRECATED
Deprecated in 4.5.0. craft\services\Structures::EVENT_BEFORE_INSERT_ELEMENT or EVENT_BEFORE_MOVE_ELEMENT should be used instead.
Performs actions before an element is moved within a structure.
Arguments
$structureId
(integer) – The structure ID
Returns
boolean – Whether the element should be moved within the structure
beforeRestore()
- Since
- 3.1.0
Performs actions before an element is restored.
Returns
boolean – Whether the element should be restored
beforeSave()
Performs actions before an element is saved.
Arguments
$isNew
(boolean) – Whether the element is brand new
Returns
boolean – Whether the element should be saved
canCreateDrafts()
- Since
- 4.0.0
Returns whether the given user is authorized to create drafts for this element.
This will only be called if the element can be viewed and/or saved.
TIP
If this is going to return true
under any circumstances, make sure trackChanges() is returning true
, so drafts can be automatically updated with upstream content changes.
Arguments
$user
(craft\elements\User)
Returns
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.
Arguments
$user
(craft\elements\User)
Returns
canDeleteForSite()
- Since
- 4.0.0
Returns whether the given user is authorized to delete this element for its current site.
This will only be called if the element can be viewed and/or saved.
Arguments
$user
(craft\elements\User)
Returns
canDuplicate()
- Since
- 4.0.0
Returns whether the given user is authorized to duplicate this element.
This will only be called if the element can be viewed and/or saved.
Arguments
$user
(craft\elements\User)
Returns
canDuplicateAsDraft()
- Since
- 5.0.0
Returns whether the given user is authorized to duplicate this element as an unpublished draft.
Arguments
$user
(craft\elements\User)
Returns
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.
Arguments
$user
(craft\elements\User)
Returns
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().
Arguments
$user
(craft\elements\User)
Returns
cardAttributes()
- Since
- 5.5.0
Defines all the available attributes that can be shown in card views.
This method should return an array whose keys represent element attribute names, and whose values make up the table’s column headers.
Returns
array – The card attributes.
createAnother()
Creates a new element (without saving it) based on this one.
This will be called by the “Save and add another” action on the element’s edit page.
Note that permissions don’t need to be considered here. The created element’s canSave() method will be called before saving.
Returns
self
, null
createCondition()
- Since
- 4.0.0
Returns an element condition for the element type.
Returns
craft\elements\conditions\ElementConditionInterface
defaultCardAttributes()
- Since
- 5.5.0
Returns the list of card attribute keys that should be shown by default, if the field layout hasn't been customised.
This method should return an array where each element in the array maps to one of the keys of the array returned by cardAttributes().
Returns
string[] – The card attribute keys
defaultTableAttributes()
Returns the list of table attribute keys that should be shown by default.
This method should return an array where each element in the array maps to one of the keys of the array returned by tableAttributes().
Arguments
$source
(string) – The selected source’s key
Returns
string[] – The table attribute keys
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-loadedmap
– an array of element ID mappings, where each element is a sub-array withsource
andtarget
keyscriteria
(optional) – any criteria parameters that should be applied to the element query when fetching the eager-loaded elementscreateElement
(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
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);
}
}
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
exporters()
- Since
- 3.4.0
Returns the available export options for a given source.
The exporters can be represented by their fully qualified class name, a config array with the class name set to a type
key, or by an instantiated element exporter object.
TIP
Element types that extend craft\base\Element should override craft\base\Element::defineExporters() instead of this method.
Arguments
$source
(string) – The selected source’s key.
Returns
array – The available element exporters.
fieldLayouts()
- Since
- 3.5.0
Returns all the field layouts associated with elements from the given source.
This is used to determine which custom fields should be included in the element index sort menu, and other things.
Arguments
$source
(string, null) – The selected source’s key, ornull
if all known field layouts should be returned
Returns
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,
// 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(): 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,
class Customer extends ActiveRecord
{
public static function find(): ElementQueryInterface
{
return parent::find()->limit(50);
}
}
Returns
craft\elements\db\ElementQueryInterface – The newly created craft\elements\db\ElementQueryInterface instance.
findAll()
Returns a list of elements that match the specified ID(s) or a set of element criteria parameters.
The method accepts:
- an int: query by a single ID value and return an array containing the corresponding element (or an empty array if not found).
- an array of integers: query by a list of ID values and return the corresponding elements (or an empty array if none was found). Note that an empty array will result in an empty result as it will be interpreted as a search for primary keys and not an empty set of element criteria parameters.
- an array of name-value pairs: query by a set of parameter values and return an array of elements matching all of them (or an empty array if none was found).
Note that this method will automatically call the all()
method and return an array of \craft\base\Element instances. For example,
// find the entries whose ID is 10
$entries = Entry::findAll(10);
// the above code is equivalent to:
$entries = Entry::find()->id(10)->all();
// find the entries whose ID is 10, 11 or 12.
$entries = Entry::findAll([10, 11, 12]);
// the above code is equivalent to:
$entries = Entry::find()->id([10, 11, 12]])->all();
// find users whose email ends in "example.com"
$users = User::findAll(['email' => '*example.com']);
// the above code is equivalent to:
$users = User::find()->email('*example.com')->all();
Arguments
$criteria
(mixed
) – The element ID, an array of IDs, or a set of element criteria parameters
Returns
static[]
– An array of Element instances, or an empty array if nothing matches.
findOne()
Returns a single element instance by a primary key or a set of element criteria parameters.
The method accepts:
- an int: query by a single ID value and return the corresponding element (or null if not found).
- an array of name-value pairs: query by a set of parameter values and return the first element matching all of them (or null if not found).
Note that this method will automatically call the one()
method and return an \craft\base\Element instance. For example,
// find a single entry whose ID is 10
$entry = Entry::findOne(10);
// the above code is equivalent to:
$entry = Entry::find->id(10)->one();
// find the first user whose email ends in "example.com"
$user = User::findOne(['email' => '*example.com']);
// the above code is equivalent to:
$user = User::find()->email('*example.com')->one();
Arguments
$criteria
(mixed
) – The element ID or a set of element criteria parameters
Returns
static
, null – Element instance matching the condition, or null if nothing matches.
findSource()
- Since
- 4.4.0
Returns a source definition by a given source key/path and context.
Arguments
Returns
getAdditionalButtons()
- Since
- 4.0.0
Returns additional buttons that should be shown at the top of the element’s edit page.
Returns
getAncestors()
Returns the element’s ancestors.
Arguments
Returns
craft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
getAttributeHtml()
- Since
- 5.0.0
Returns the HTML that should be shown for a given attribute in table and card views.
TIP
Element types that extend craft\base\Element should override craft\base\Element::attributeHtml() instead of this method.
Arguments
$attribute
(string) – The attribute name.
Returns
string – The HTML that should be shown for a given attribute in table and card views.
getAttributeStatus()
- Since
- 3.4.0
Returns the status of a given attribute.
Arguments
$attribute
(string)
getCacheTags()
- Since
- 3.5.0
Returns the cache tags that should be cleared when this element is saved.
Returns
string[]
getCanonical()
- Since
- 3.7.0
Returns the canonical version of the element.
If this is a draft or revision, the canonical element will be returned.
Arguments
$anySite
(boolean) – Whether the canonical element can be retrieved in any site
Returns
self
getCanonicalId()
- Since
- 3.7.0
Returns the element’s canonical ID.
If this is a draft or revision, the canonical element’s ID will be returned.
Returns
getCanonicalUid()
- Since
- 3.7.11
Returns the element’s canonical UUID.
If this is a draft or revision, the canonical element’s UUID will be returned.
Returns
getCardBodyHtml()
- Since
- 5.0.0
Returns the body HTML for element cards.
Returns
getChildren()
Returns the element’s children.
Returns
craft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
getChipLabelHtml()
- Since
- 5.0.0
Returns the label HTML for element chips.
Returns
getCpRevisionsUrl()
- Since
- 4.4.0
Returns the element’s revisions index URL in the control panel.
Returns
getCrumbs()
- Since
- 5.0.0
Returns the breadcrumbs that lead up to the element.
Returns
getCurrentRevision()
- Since
- 3.2.0
Returns the element’s current revision, if one exists.
Returns
self
, null
getDescendants()
Returns the element’s descendants.
Arguments
Returns
craft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
getDirtyAttributes()
- Since
- 3.4.0
Returns a list of attribute names that have changed since the element was first loaded.
Returns
string[]
getDirtyFields()
- Since
- 3.4.0
Returns a list of custom field handles that have changed since the element was first loaded.
Returns
string[]
getEagerLoadedElementCount()
- Since
- 3.4.0
Returns the count of eager-loaded elements for a given handle.
Arguments
$handle
(string) – The handle of the eager-loaded elements
Returns
integer, null – The eager-loaded element count, or null if it hadn't been eager-loaded
getEagerLoadedElements()
Returns the eager-loaded elements for a given handle.
Arguments
$handle
(string) – The handle of the eager-loaded elements
Returns
craft\elements\ElementCollection, null – The eager-loaded elements, or null if they hadn't been eager-loaded
getEnabledForSite()
- Since
- 3.4.0
Returns whether the element is enabled for the current site.
This can also be set to an array of site ID/site-enabled mappings.
Arguments
$siteId
(integer, null) – The ID of the site to return for. Ifnull
, the current site status will be returned.
Returns
boolean, null – Whether the element is enabled for the given site. null
will be returned if a $siteId
was passed, but that site’s status wasn’t provided via setEnabledForSite().
getFieldContext()
Returns the field context this element’s content uses.
Returns
getFieldLayout()
Returns the field layout used by this element.
Returns
craft\models\FieldLayout, null
getFieldParamNamespace()
Returns the namespace used by custom field params on the request.
Returns
string, null – The field param namespace
getFieldValue()
Returns the value for a given field.
Arguments
$fieldHandle
(string) – The field handle whose value needs to be returned
Returns
mixed
– The field value
Throws
- craft\errors\InvalidFieldException
if the element doesn’t have a field with the handle specified by$fieldHandle
getFieldValues()
Returns the element’s normalized custom field values, indexed by their handles.
Arguments
$fieldHandles
(string[], null) – The list of field handles whose values need to be returned. Defaults to null, meaning all fields’ values will be returned. If it is an array, only the fields in the array will be returned.
Returns
array – The field values (handle => value)
getGqlTypeName()
- Since
- 3.3.0
Returns the GraphQL type name for this element type.
Returns
getHasDescendants()
Returns whether the element has descendants.
Returns
getHtmlAttributes()
Returns any attributes that should be included in the element’s chips and cards.
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.
Arguments
$context
(string) – The context that the element is being rendered in ('index', 'modal', 'field', or 'settings'.)
Returns
getInlineAttributeInputHtml()
- Since
- 5.0.0
Returns the HTML that should be shown for a given attribute's inline editing input.
Arguments
$attribute
(string) – The attribute name.
Returns
string – The HTML that should be shown for the element input.
getInvalidNestedElementIds()
- Since
- 5.3.0
Returns the element’s invalid nested element IDs.
Returns
integer[]
getIsCanonical()
- Since
- 3.7.0
Returns whether this is the canonical element.
Returns
getIsDerivative()
- Since
- 3.7.0
Returns whether this is a derivative element, such as a draft or revision.
Returns
getIsDraft()
- Since
- 3.2.0
Returns whether this is a draft.
Returns
getIsFresh()
- Since
- 3.7.14
Returns whether the element is "fresh" (not yet explicitly saved, and without validation errors).
Returns
getIsHomepage()
- Since
- 3.3.6
Returns whether this element represents the site homepage.
Returns
getIsRevision()
- Since
- 3.2.0
Returns whether this is a revision.
Returns
getIsSlugTranslatable()
- Since
- 4.5.0
Returns whether the Slug field should be shown as translatable in the UI.
Note this method has no effect on whether slugs will get copied over to other sites when the element is actually getting saved. That is determined by getSlugTranslationKey().
Returns
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().
Returns
getIsUnpublishedDraft()
- Since
- 3.6.0
Returns whether the element is an unpublished draft.
Returns
getLanguage()
- Since
- 3.5.0
Returns the language of the element.
Returns
getLink()
Returns an anchor pre-filled with this element’s URL and title.
Returns
\Twig\Markup
, null
getLocalized()
Returns the same element in other locales.
Returns
craft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
getMetadata()
- Since
- 3.7.0
Returns element metadata that should be shown within the editor sidebar.
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.
getModifiedAttributes()
- Since
- 3.7.0
Returns the attribute names that have changed for this element.
Returns
string[]
getModifiedFields()
- Since
- 3.7.0
Returns the field handles that have changed for this element.
Arguments
$anySite
(boolean) – Whether to check for fields that have changed across any site
Returns
string[]
getNext()
Returns the next element relative to this one, from a given set of criteria.
Arguments
$criteria
(mixed
)
Returns
self
, null
getNextSibling()
Returns the element’s next sibling.
Returns
self
, null
getOutdatedAttributes()
- Since
- 3.7.0
Returns the attribute names that have been updated on the canonical element since the last time it was merged into this element.
Returns
string[]
getOutdatedFields()
- Since
- 3.7.0
Returns the field handles that have been updated on the canonical element since the last time it was merged into this element.
Returns
string[]
getParent()
Returns the element’s parent.
Returns
self
, null
getParentUri()
Returns the parent element’s URI, if there is one.
If the parent’s URI is __home__
(the homepage URI), then null
will be returned.
Returns
getPostEditUrl()
- Since
- 4.0.0
Returns the URL that users should be redirected to after editing the element.
Returns
getPrev()
Returns the previous element relative to this one, from a given set of criteria.
Arguments
$criteria
(mixed
)
Returns
self
, null
getPrevSibling()
Returns the element’s previous sibling.
Returns
self
, null
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.
Returns
getRef()
Returns the reference string to this element.
Returns
getRootOwner()
- Since
- 5.4.0
Returns the root owner element.
Returns
self
getRoute()
Returns the route that should be used when the element’s URI is requested.
TIP
Element types that extend craft\base\Element should override craft\base\Element::route() instead of this method.
Returns
mixed
– The route that the request should use, or null if no special action should be taken
getSearchKeywords()
Returns the search keywords for a given search attribute.
Arguments
$attribute
(string)
Returns
getSerializedFieldValues()
Returns an array of the element’s serialized custom field values, indexed by their handles.
Arguments
$fieldHandles
(string[], null) – The list of field handles whose values need to be returned. Defaults to null, meaning all fields’ values will be returned. If it is an array, only the fields in the array will be returned.
Returns
getSiblings()
Returns all of the element’s siblings.
Returns
craft\elements\db\ElementQueryInterface, craft\elements\ElementCollection
getSidebarHtml()
- Since
- 3.7.0
Returns the HTML for any fields/info that should be shown within the editor sidebar.
Arguments
$static
(boolean) – Whether any fields within the sidebar should be static (non-interactive)
Returns
getSite()
Returns the site the element is associated with.
Returns
getSlugTranslationDescription()
- Since
- 4.5.0
Returns the description of the Slug field’s translation support.
Returns
getSlugTranslationKey()
- Since
- 4.5.0
Returns the Slug’s translation key.
When saving an element on a multi-site Craft install, if $propagate
is true
for craft\services\Elements::saveElement(), then getSlugTranslationKey()
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 slug will be copied over to the target site.
Returns
string – The translation key
getSupportedSites()
Returns the sites this element is associated with.
The function can either return an array of site IDs, or an array of sub-arrays, each with the following keys:
siteId
(integer) - The site IDpropagate
(boolean) – Whether the element should be propagated to this site on save (true
by default)enabledByDefault
(boolean) – Whether the element should be enabled in this site by default (true
by default)
Returns
getTitleTranslationDescription()
- Since
- 3.5.0
Returns the description of the Title field’s translation support.
Returns
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.
Returns
string – The translation key
getTotalDescendants()
Returns the total number of descendants that the element has.
Returns
getUiLabelPath()
- Since
- 4.4.0
Returns any path segment labels that should be prepended to the element’s UI label.
Returns
string[]
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().
See also:
Returns
getUrl()
Returns the element’s full URL.
Returns
gqlScopesByContext()
- Since
- 3.3.0
Returns the GraphQL scopes required by element’s context.
Arguments
$context
(mixed
) – The element’s context, such as a volume, entry type or Matrix block type.
Returns
hasDrafts()
- Since
- 5.0.0
Returns whether element indexes should show the “Drafts” status option.
Returns
hasEagerLoadedElements()
Returns whether elements have been eager-loaded with a given handle.
Arguments
$handle
(string) – The handle of the eager-loaded elements
Returns
boolean – Whether elements have been eager-loaded with the given handle
hasRevisions()
- Since
- 4.0.0
Returns whether revisions should be created when this element is saved.
Returns
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.
See also statuses()View source
Returns
boolean – Whether elements of this type have statuses.
hasThumbs()
- Since
- 5.0.0
Returns whether element indexes should include a thumbnail view by default.
Returns
hasTitles()
Returns whether elements of this type have traditional titles.
Returns
boolean – 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.
See also getUriFormat()View source
Returns
boolean – Whether elements of this type can have their own slugs and URIs.
indexElementCount()
- Since
- 4.4.0
Returns the total number of elements that will be shown on an element index, for the given element query.
Arguments
$elementQuery
(craft\elements\db\ElementQueryInterface)$sourceKey
(string, null)
Returns
indexHtml()
Returns the element index HTML.
Arguments
$elementQuery
(craft\elements\db\ElementQueryInterface)$disabledElementIds
(integer[], null)$viewState
(array)$sourceKey
(string, null)$context
(string, null)$includeContainer
(boolean)$selectable
(boolean)$sortable
(boolean)
Returns
string – The element index HTML
indexViewModes()
- Since
- 5.5.0
Returns the view modes available for the element type.
This method should return an array, where each item is a sub-array with the following keys:
mode
– Name of the view modetitle
– How this mode should be described to the usericon
– Icon representing this view modeavailableOnMobile
- Whether the view mode is available on mobile devices (defaults totrue
)structuresOnly
– Whether the view mode should only be available for structured sources (defaults tofalse
)
return [
[
'mode' => 'table',
'title' => Craft::t('app', 'Display in a table'),
'icon' => 'list',
'availableOnMobile' => false,
],
];
Returns
array – The view modes.
isAncestorOf()
Returns whether this element is an ancestor of another one.
Arguments
$element
(self
)
Returns
isAttributeDirty()
- Since
- 3.5.0
Returns whether an attribute has changed since the element was first loaded.
Arguments
$name
(string)
Returns
isAttributeModified()
- Since
- 3.7.0
Returns whether an attribute value has changed for this element.
Arguments
$name
(string)
Returns
isAttributeOutdated()
- Since
- 3.7.0
Returns whether an attribute value has fallen behind the canonical element’s value.
Arguments
$name
(string)
Returns
isChildOf()
Returns whether this element is a direct child of another one.
Arguments
$element
(self
)
Returns
isDescendantOf()
Returns whether this element is a descendant of another one.
Arguments
$element
(self
)
Returns
isFieldDirty()
- Since
- 3.4.0
Returns whether a custom field value has changed since the element was first loaded.
Arguments
$fieldHandle
(string)
Returns
isFieldEmpty()
Returns whether a field is empty.
Arguments
$handle
(string)
Returns
isFieldModified()
- Since
- 3.7.0
Returns whether a field value has changed for this element.
Arguments
Returns
isFieldOutdated()
- Since
- 3.7.0
Returns whether a field value has fallen behind the canonical element’s value.
Arguments
$fieldHandle
(string)
Returns
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.
Returns
boolean – Whether elements of this type store data on a per-site basis.
isNextSiblingOf()
Returns whether this element is the direct next sibling of another one.
Arguments
$element
(self
)
Returns
isParentOf()
Returns whether this element is a direct parent of another one.
Arguments
$element
(self
)
Returns
isPrevSiblingOf()
Returns whether this element is the direct previous sibling of another one.
Arguments
$element
(self
)
Returns
isSiblingOf()
Returns whether this element is a sibling of another one.
Arguments
$element
(self
)
Returns
lowerDisplayName()
- Since
- 3.3.17
Returns the lowercase version of displayName().
Returns
markAsClean()
- Since
- 3.4.0
Resets the record of dirty attributes and fields.
markAsDirty()
- Since
- 3.4.10
Marks all fields and attributes as dirty.
mergeCanonicalChanges()
- Since
- 3.7.0
Merges changes from the canonical element into this one.
See also craft\services\Elements::mergeCanonicalChanges()View source
modifyCustomSource()
- Since
- 4.5.0
Modifies a custom source’s config, before it’s returned by craft\services\ElementSources::getSources()
Arguments
$config
(array)
Returns
offsetExists()
Treats custom fields as array offsets.
Arguments
Returns
pluralDisplayName()
- Since
- 3.2.0
Returns the plural version of displayName().
Returns
pluralLowerDisplayName()
- Since
- 3.3.17
Returns the plural, lowercase version of displayName().
Returns
prepareEditScreen()
- Since
- 4.0.0
Prepares the response for the element’s Edit screen.
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.
Returns
string, null – The reference handle, or null if the element type doesn’t support reference tags
searchableAttributes()
Defines which element attributes should be searchable.
This method should return an array of attribute names that can be accessed on your elements. craft\services\Search will call this method when it is indexing keywords for one of your elements, and for each attribute it returns, it will fetch the corresponding property’s value on the element. For example, if your elements have a “color” attribute which you want to be indexed, this method could return:
return ['color'];
Not only will the “color” attribute’s values start getting indexed, but users will also be able to search directly against that attribute’s values using this search syntax:
color:blue
There is no need for this method to worry about the ‘title’ or ‘slug’ attributes, or custom field handles; those are indexed automatically.
TIP
Element types that extend craft\base\Element should override craft\base\Element::defineSearchableAttributes() instead of this method.
Returns
string[] – The element attributes that should be searchable
setAttributesFromRequest()
Sets the element’s attributes from an element editor submission.
Arguments
$values
(array) – The attribute values
setCanonical()
- Since
- 3.7.0
Sets the canonical version of the element.
Arguments
$element
(self
)
setCanonicalId()
- Since
- 3.7.0
Sets the element’s canonical ID.
Arguments
setDirtyAttributes()
- Since
- 3.5.0
Sets the list of dirty attribute names.
See also getDirtyAttributes()View source
Arguments
$names
(string[])$merge
(boolean) – Whether these attributes should be merged with existing dirty attributes
setDirtyFields()
- Since
- 4.5.0
Sets the list of dirty field handles.
See also getDirtyFields()View source
Arguments
$fieldHandles
(string[])$merge
(boolean) – Whether these fields should be merged with existing dirty fields
setEagerLoadedElementCount()
- Since
- 3.4.0
Sets the count of eager-loaded elements for a given handle.
Arguments
$handle
(string) – The handle to load the elements with in the future$count
(integer) – The eager-loaded element count
setEagerLoadedElements()
Sets some eager-loaded elements on a given handle.
Arguments
$handle
(string) – The handle that was used to eager-load the elements$elements
(self[]
) – The eager-loaded elements$plan
(craft\elements\db\EagerLoadPlan) – The eager-loading plan
setEnabledForSite()
- Since
- 3.4.0
Sets whether the element is enabled for the current site.
This can also be set to an array of site ID/site-enabled mappings.
Arguments
setFieldParamNamespace()
Sets the namespace used by custom field params on the request.
Arguments
$namespace
(string) – The field param namespace
setFieldValue()
Sets the value for a given field.
Arguments
$fieldHandle
(string) – The field handle whose value needs to be set$value
(mixed
) – The value to set on the field
setFieldValueFromRequest()
- Since
- 4.5.0
Sets the value for a given field. The value should have originated from post data.
Arguments
$fieldHandle
(string) – The field handle whose value needs to be set$value
(mixed
) – The value to set on the field
Throws
- craft\errors\InvalidFieldException
if$fieldHandle
is an invalid field handle
setFieldValues()
Sets the element’s custom field values.
Arguments
$values
(array) – The custom field values (handle => value)
setFieldValuesFromRequest()
Sets the element’s custom field values, when the values have come from post data.
Arguments
$paramNamespace
(string) – The field param namespace
setIsFresh()
- Since
- 3.7.14
Sets whether the element is "fresh" (not yet explicitly saved, and without validation errors).
Arguments
$isFresh
(boolean)
setLazyEagerLoadedElements()
Sets whether the given eager-loaded element handles were eager-loaded lazily.
Arguments
setNext()
Sets the default next element.
Arguments
$element
(self
, false)
setParent()
Sets the element’s parent.
Arguments
$parent
(self
, null)
setPrev()
Sets the default previous element.
Arguments
$element
(self
, false)
setRevisionCreatorId()
- Since
- 3.2.0
Sets the revision creator ID to be saved.
Arguments
setRevisionNotes()
- Since
- 3.2.0
Sets the revision notes to be saved.
Arguments
setUiLabel()
- Since
- 3.6.3
Defines what the element should be called within the control panel.
Arguments
setUiLabelPath()
- Since
- 4.4.0
Defines any path segment labels that should be prepended to the element’s UI label.
Arguments
$path
(string[])
showStatusIndicator()
- Since
- 5.4.0
Returns whether chips and cards for this element should include a status indicator.
Returns
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 labelorderBy
– 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
(eitherSORT_ASC
orSORT_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 iforderBy
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 eitherasc
ordesc
). Defaults toasc
if not specified.
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.
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.
Returns
array – The attributes that elements can be sorted by
sourcePath()
- Since
- 4.4.12
Returns the source path for a given source key, step key, and context.
Arguments
Returns
sources()
Returns the source definitions that elements of this type may belong to.
This defines what will show up in the source list on element indexes and element selector modals.
Each item in the array should be set to an array that has the following keys:
key
– The source’s key. This is the string that will be passed into the $source argument of actions(), indexHtml(), and defaultTableAttributes().label
– The human-facing label of the source.status
– The status color that should be shown beside the source label. Possible values includegreen
,orange
,red
,yellow
,pink
,purple
,blue
,turquoise
,light
,grey
,black
, andwhite
. (Optional)badgeCount
– The badge count that should be displayed alongside the label. (Optional)badgeLabel
– The badge count label that should be provided for screen readers. (Optional)sites
– An array of site IDs or UUIDs that the source should be shown for, on multi-site element indexes. (Optional; by default the source will be shown for all sites.)criteria
– An array of element criteria parameters that the source should use when the source is selected. (Optional)data
– An array ofdata-X
attributes that should be set on the source’s<a>
tag in the source list’s, HTML, where each key is the name of the attribute (without the “data-” prefix), and each value is the value of the attribute. (Optional)defaultSort
– A string identifying the sort attribute that should be selected by default, or an array where the first value identifies the sort attribute, and the second determines which direction to sort by. (Optional)defaultFilter
– An element condition instance or config, which should be used by default when the source is first selected.hasThumbs
– A bool that defines whether this source supports Thumbs View. (Use your element’s\craft\base\getThumbUrl()
method to define your elements’ thumb URL.) (Optional)structureId
– The ID of the Structure that contains the elements in this source. If set, Structure View will be available to this source. (Optional)newChildUrl
– The URL that should be loaded when a user selects the “New child” menu option on an element in this source while it is in Structure View. (Optional)nested
– An array of sources that are nested within this one. Each nested source can have the same keys as top-level sources.
TIP
Element types that extend craft\base\Element should override craft\base\Element::defineSources() instead of this method.
Arguments
$context
(string) – The context ('index', 'modal', 'field', or 'settings').
Returns
array – The sources.
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.
Returns
array – The table attributes.
trackChanges()
- Since
- 3.4.0
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.
See also:
Returns
boolean – Whether to track changes made to elements of this type.