Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 10.3.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityBase::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
ContentEntityBase::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
ContentEntityBase::getTranslatableFields | function | core/ |
Gets an array of field item lists for translatable fields. |
ContentEntityBase::getTranslatedField | function | core/ |
Gets a translated field. |
ContentEntityBase::getTranslation | function | core/ |
Gets a translation of the data. |
ContentEntityBase::getTranslationLanguages | function | core/ |
Returns the languages the data is translated to. |
ContentEntityBase::getTranslationStatus | function | core/ |
Returns the translation status. |
ContentEntityBase::getUntranslated | function | core/ |
Returns the translatable object in the language it was created. |
ContentEntityBase::hasField | function | core/ |
Determines whether the entity has a field with the given name. |
ContentEntityBase::hasTranslation | function | core/ |
Checks there is a translation for the given language code. |
ContentEntityBase::hasTranslationChanges | function | core/ |
Determines if the current translation of the entity has unsaved changes. |
ContentEntityBase::id | function | core/ |
Gets the identifier. |
ContentEntityBase::initializeTranslation | function | core/ |
Instantiates a translation object for an existing translation. |
ContentEntityBase::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
ContentEntityBase::isDefaultTranslation | function | core/ |
Checks whether the translation is the default one. |
ContentEntityBase::isDefaultTranslationAffectedOnly | function | core/ |
Checks if untranslatable fields should affect only the default translation. |
ContentEntityBase::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
ContentEntityBase::isLatestTranslationAffectedRevision | function | core/ |
Checks whether this is the latest revision affecting this translation. |
ContentEntityBase::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
ContentEntityBase::isNewTranslation | function | core/ |
Checks whether the translation is new. |
ContentEntityBase::isRevisionTranslationAffected | function | core/ |
Checks whether the current translation is affected by the current revision. |
ContentEntityBase::isRevisionTranslationAffectedEnforced | function | core/ |
Checks if the revision translation affected flag value has been enforced. |
ContentEntityBase::isTranslatable | function | core/ |
Returns the translation support status. |
ContentEntityBase::isValidationRequired | function | core/ |
Checks whether entity validation is required before saving the entity. |
ContentEntityBase::label | function | core/ |
Gets the label of the entity. |
ContentEntityBase::language | function | core/ |
Gets the language of the entity. |
ContentEntityBase::onChange | function | core/ |
Reacts to changes to a field. |
ContentEntityBase::postCreate | function | core/ |
Acts on a created entity before hooks are invoked. |
ContentEntityBase::postSave | function | core/ |
Acts on a saved entity before the insert or update hook is invoked. |
ContentEntityBase::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
ContentEntityBase::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
ContentEntityBase::referencedEntities | function | core/ |
Gets a list of entities referenced by this entity. |
ContentEntityBase::removeTranslation | function | core/ |
Removes the translation identified by the given language code. |
ContentEntityBase::set | function | core/ |
Sets a field value. |
ContentEntityBase::setDefaultLangcode | function | core/ |
Populates the local cache for the default language code. |
ContentEntityBase::setDefaultTranslationEnforced | function | core/ |
Set or clear an override of the isDefaultTranslation() result. |
ContentEntityBase::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
ContentEntityBase::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
ContentEntityBase::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
ContentEntityBase::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
ContentEntityBase::toArray | function | core/ |
Gets an array of all property values. |
ContentEntityBase::updateFieldLangcodes | function | core/ |
Updates language for already instantiated fields. |
ContentEntityBase::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
ContentEntityBase::updateOriginalValues | function | core/ |
Updates the original values with the interim changes. |
ContentEntityBase::uuid | function | core/ |
Gets the entity UUID (Universally Unique Identifier). |
ContentEntityBase::validate | function | core/ |
Validates the currently set values. |
ContentEntityBase::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
ContentEntityBase::__clone | function | core/ |
Magic method: Implements a deep clone. |
ContentEntityBase::__construct | function | core/ |
Constructs an Entity object. |
ContentEntityBase::__get | function | core/ |
Implements the magic method for getting object properties. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.