Search for revision
- Search 7.x for revision
- Search 9.5.x for revision
- Search 8.9.x for revision
- Search 11.x for revision
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BlockContentTest::$newRevisionsShouldBeAutomatic | property | core/ |
Whether new revisions of updated entities should be created by default. |
BlockContentTest::setUpRevisionAuthorization | function | core/ |
Sets up the necessary authorization for handling revisions. |
BlockContentType::$revision | property | core/ |
The default revision setting for content blocks of this type. |
BlockContentType::shouldCreateNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
BlockContentUpdateTest::testConvertBlockContentTypeRevisionFlagToBoolean | function | core/ |
Tests converting block types' `revision` flag to boolean. |
block_content_post_update_revision_type | function | core/ |
Update configuration for revision type. |
BookContentModerationTest::testBookWithPendingRevisions | function | core/ |
Tests that book drafts can not modify the book outline. |
BookPendingRevisionTest | class | core/ |
Tests that the Book module handles pending revisions correctly. |
BookPendingRevisionTest.php | file | core/ |
|
BookPendingRevisionTest::$modules | property | core/ |
Modules to enable. |
BookPendingRevisionTest::setUp | function | core/ |
|
BookPendingRevisionTest::testBookWithPendingRevisions | function | core/ |
Tests pending revision handling for books. |
ConfigEntityStorage::deleteRevision | function | core/ |
Delete a specific entity revision. |
ConfigEntityStorage::loadRevision | function | core/ |
Load a specific entity revision. |
ConfigEntityStorageTest::testDeleteRevision | function | core/ |
@covers ::deleteRevision[[api-linebreak]] @group legacy |
ConfigEntityStorageTest::testLoadRevision | function | core/ |
@covers ::loadRevision[[api-linebreak]] @group legacy |
ConfigEntityType::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
ConfigEntityType::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
ContentEntityBase::$enforceRevisionTranslationAffected | property | core/ |
Whether the revision translation affected flag has been enforced. |
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/ |
@covers ::getRevisionId[[api-linebreak]] |
ContentEntityBaseUnitTest::testIsDefaultRevision | function | core/ |
@covers ::isDefaultRevision[[api-linebreak]] |
ContentEntityBaseUnitTest::testIsNewRevision | function | core/ |
@covers ::isNewRevision[[api-linebreak]] @covers ::setNewRevision[[api-linebreak]] |
ContentEntityBaseUnitTest::testPreSaveRevision | function | core/ |
@covers ::preSaveRevision[[api-linebreak]] |
ContentEntityBaseUnitTest::testSetNewRevisionException | function | core/ |
@covers ::setNewRevision[[api-linebreak]] |
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. |
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.