__call() Calls the named method which is not a class method. __clone() __construct() Constructor. __get() Returns the value of a component property. __isset() Checks if a property is set. __set() Sets the value of a component property. __toString() Returns the string representation of the element. __unset() Sets an object property to 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. 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. 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. canGetProperty() Returns a value indicating whether a property can be read. canSetProperty() Returns a value indicating whether a property can be set. className() Returns the fully qualified name of this class. clearErrors() Removes errors for all attributes or a single attribute. 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. 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 . 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. getAuthor() Returns the entry's author. 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. getChildren() Returns the element’s children. getContentTable() Returns the name of the table this element’s content is stored in. getCpEditUrl() Returns the element’s edit URL in the control panel. getCurrentRevision() 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. getEditorHtml() Returns the HTML for the element’s editor HUD. getEnabledForSite() Returns whether the element is enabled for the current site. getError() Returns the first error of the specified attribute. getErrorSummary() Returns the errors for all attributes as a one-dimensional array. getErrors() Returns the errors for all attributes or a single attribute. 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. getFieldStatus() Returns the status of a given field. getFieldValue() Returns the value for a given field. getFieldValues() Returns the element’s normalized custom field values, indexed by their handles. getFirstError() Returns the first error of the specified attribute. getFirstErrors() Returns the first error of every attribute in the model. getGqlTypeName() 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. getHasFreshContent() Returns whether the element’s content is "fresh" (unsaved and without validation errors). getHasRoundedThumb() Returns whether the element’s thumbnail should be rounded. getHtmlAttributes() Returns any attributes that should be included in the element’s DOM representation in the control panel. getId() Returns the element’s ID. getIsDeletable() Returns whether the current user can delete the element. getIsDraft() Returns whether this is a draft. getIsEditable() Returns whether the current user can edit the element. getIsHomepage() Returns whether this element represents the site homepage. getIsRevision() Returns whether this is a revision. getIsTitleTranslatable() Returns whether the Title field should be shown as translatable in the UI. getIsUnsavedDraft() Returns whether the element is an unsaved 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. getNext() Returns the next element relative to this one, from a given set of criteria. getNextSibling() Returns the element’s next sibling. getParent() Returns the element’s parent. 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. 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. getSection() Returns the entry's section. getSerializedFieldValues() Returns an array of the element’s serialized custom field values, indexed by their handles. getSiblings() Returns all of the element’s siblings. getSite() Returns the site the element is associated with. getSourceId() Returns the element’s ID, or if it’s a draft/revision, its source element’s ID. getSourceUid() Returns the element’s UUID, or if it’s a draft/revision, its source element’s UUID. getStatus() Returns the element’s status. getSupportedSites() Returns the sites this element is associated with. getTableAttributeHtml() Returns the HTML that should be shown for a given attribute in Table View. getThumbUrl() Returns the URL to the element’s thumbnail, if there is 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. getType() Returns the entry type. getUiLabel() Returns what the element should be called within the control panel. getUriFormat() Returns the URI format used to generate this element’s URI. getUrl() Returns the element’s full URL. getValidators() Returns all the validators declared in rules() . 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. hasStatuses() Returns whether elements of this type have statuses. hasTitles() Returns whether elements of this type have traditional titles. hasUris() Returns whether elements of this type can have their own slugs and URIs. indexHtml() 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. 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. 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. 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() . 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. setAuthor() Sets the entry's author. setDirtyAttributes() Sets the list of dirty attribute names. 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. setFieldValues() Sets the element’s custom field values. setFieldValuesFromRequest() Sets the element’s custom field values, when the values have come from post data. 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. setScenario() Sets the scenario for the model. sortOptions() Returns the sort options for the element type. 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. updateTitle() Updates the entry's title, if its entry type has a dynamic title format. validate() Performs the data validation. validateCustomFieldAttribute() Calls a custom validation function on a custom field. validateCustomFieldContentSize() Validates that the content size is going to fit within the field’s database column. validateMultiple() Validates multiple models.