Search for revision
- Search 7.x for revision
- Search 9.5.x for revision
- Search 8.9.x for revision
- Search 10.3.x for revision
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityBase::$isDefaultRevision | property | core/ |
Indicates whether this is the default revision. |
ContentEntityBase::$loadedRevisionId | property | core/ |
The loaded revision ID before the new revision was set. |
ContentEntityBase::$newRevision | property | core/ |
Boolean indicating whether a new revision should be created on save. |
ContentEntityBase::$revisionTranslationAffectedKey | property | core/ |
The revision translation affected entity key. |
ContentEntityBase::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
ContentEntityBase::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
ContentEntityBase::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
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::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::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
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::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
ContentEntityBase::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
ContentEntityBaseUnitTest::testGetRevisionId | function | core/ |
Tests get revision id. |
ContentEntityBaseUnitTest::testIsDefaultRevision | function | core/ |
Tests is default revision. |
ContentEntityBaseUnitTest::testIsNewRevision | function | core/ |
Tests is new revision. |
ContentEntityBaseUnitTest::testPreSaveRevision | function | core/ |
Tests pre save revision. |
ContentEntityBaseUnitTest::testSetNewRevisionException | function | core/ |
Tests set new revision exception. |
ContentEntityChangedTest::getRevisionTranslationAffectedFlag | function | core/ |
Retrieves the revision translation affected flag value. |
ContentEntityChangedTest::testRevisionChanged | function | core/ |
Tests revisionable EntityChangedInterface functionality. |
ContentEntityCloneTest::testDefaultRevision | function | core/ |
Tests changing the default revision flag. |
ContentEntityCloneTest::testNewRevisionOnCloneEntityTranslation | function | core/ |
Tests that the flag for enforcing a new revision is not shared. |
ContentEntityForm::addRevisionableFormFields | function | core/ |
Add revision form fields if the entity enabled the UI. |
ContentEntityForm::getNewRevisionDefault | function | core/ |
Should new revisions created on default. |
ContentEntityForm::showRevisionUi | function | core/ |
Checks whether the revision form fields should be added to the form. |
ContentEntityNonRevisionableFieldTest | class | core/ |
Tests non-revisionable fields on revisionable (and translatable) entities. |
ContentEntityNonRevisionableFieldTest.php | file | core/ |
|
ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager | property | core/ |
The entity definition update manager. |
ContentEntityNonRevisionableFieldTest::$entityFieldManager | property | core/ |
The entity field manager. |
ContentEntityNonRevisionableFieldTest::$modules | property | core/ |
Modules to install. |
ContentEntityNonRevisionableFieldTest::$mulRev | property | core/ |
The EntityTestMulRev entity type storage. |
ContentEntityNonRevisionableFieldTest::$rev | property | core/ |
The EntityTestRev entity type storage. |
ContentEntityNonRevisionableFieldTest::setUp | function | core/ |
|
ContentEntityNonRevisionableFieldTest::testMulNonRevisionableField | function | core/ |
Tests non-revisionable fields on revisionable and translatable entities. |
ContentEntityNonRevisionableFieldTest::testMultiColumnNonRevisionableBaseField | function | core/ |
Tests multi column non revisionable base field for revisionable entity. |
ContentEntityNonRevisionableFieldTest::testNonRevisionableField | function | core/ |
Tests non-revisionable fields on revisionable entities. |
ContentEntityNullStorage::deleteRevision | function | core/ |
Deletes a specific entity revision. |
ContentEntityNullStorage::doDeleteRevisionFieldItems | function | core/ |
Deletes field values of an entity revision from the storage. |
ContentEntityNullStorage::doLoadMultipleRevisionsFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
ContentEntityNullStorage::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
ContentEntityNullStorage::loadRevision | function | core/ |
Loads a specific entity revision. |
ContentEntityStorageBase::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
ContentEntityStorageBase::deleteRevision | function | core/ |
Deletes a specific entity revision. |
ContentEntityStorageBase::doDeleteRevisionFieldItems | function | core/ |
Deletes field values of an entity revision from the storage. |
ContentEntityStorageBase::doLoadMultipleRevisionsFieldItems | function | core/ |
Actually loads revision field item values from the storage. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.