Search for revision
- Search 7.x for revision
- Search 9.5.x for revision
- Search 10.3.x for revision
- Search 11.x for revision
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ResourceTestBase::$newRevisionsShouldBeAutomatic | property | core/ |
Whether new revisions of updated entities should be created by default. |
ResourceTestBase::setUpRevisionAuthorization | function | core/ |
Sets up the necessary authorization for handling revisions. |
ResourceTestBase::testRevisions | function | core/ |
Tests individual and collection revisions. |
ResourceVersionRouteEnhancer::REVISION_ID_KEY | constant | core/ |
The route default parameter name. |
RevisionableContentEntityBase | class | core/ |
Provides a content entity with extended support for revisions. |
RevisionableContentEntityBase.php | file | core/ |
|
RevisionableContentEntityBase::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
RevisionableContentEntityBaseTest | class | core/ |
Test the revision system. |
RevisionableContentEntityBaseTest.php | file | core/ |
|
RevisionableContentEntityBaseTest::$modules | property | core/ |
Modules to enable. |
RevisionableContentEntityBaseTest::assertItemsTableCount | function | core/ |
Asserts the amount of items on entity related tables. |
RevisionableContentEntityBaseTest::createRevision | function | core/ |
Creates a new revision in the entity of this test class. |
RevisionableContentEntityBaseTest::setUp | function | core/ |
|
RevisionableContentEntityBaseTest::testRevisionableContentEntity | function | core/ |
Tests the correct functionality CRUD operations of entity revisions. |
RevisionableContentEntityBaseTest::testWasDefaultRevision | function | core/ |
Tests the behavior of the "revision_default" flag. |
RevisionableEntity | class | core/ |
|
RevisionableEntityBundleInterface | interface | core/ |
Provides an interface defining a revisionable entity bundle. |
RevisionableEntityBundleInterface.php | file | core/ |
|
RevisionableEntityBundleInterface::shouldCreateNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
RevisionableInterface | interface | core/ |
Provides methods for an entity to support revisions. |
RevisionableInterface.php | file | core/ |
|
RevisionableInterface::getLoadedRevisionId | function | core/ |
Gets the loaded Revision ID of the entity. |
RevisionableInterface::getRevisionId | function | core/ |
Gets the revision identifier of the entity. |
RevisionableInterface::isDefaultRevision | function | core/ |
Checks if this entity is the default revision. |
RevisionableInterface::isLatestRevision | function | core/ |
Checks if this entity is the latest revision. |
RevisionableInterface::isNewRevision | function | core/ |
Determines whether a new revision should be created on save. |
RevisionableInterface::preSaveRevision | function | core/ |
Acts on a revision before it gets saved. |
RevisionableInterface::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
RevisionableInterface::updateLoadedRevisionId | function | core/ |
Updates the loaded Revision ID with the revision ID. |
RevisionableInterface::wasDefaultRevision | function | core/ |
Checks whether the entity object was a default revision when it was saved. |
RevisionableStorageInterface | interface | core/ |
A storage that supports revisionable entity types. |
RevisionableStorageInterface.php | file | core/ |
|
RevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
RevisionableStorageInterface::deleteRevision | function | core/ |
Deletes a specific entity revision. |
RevisionableStorageInterface::getLatestRevisionId | function | core/ |
Returns the latest revision identifier for an entity. |
RevisionableStorageInterface::loadMultipleRevisions | function | core/ |
Loads multiple entity revisions. |
RevisionableStorageInterface::loadRevision | function | core/ |
Loads a specific entity revision. |
RevisionCreateTimestampTest | class | core/ |
Ensures that the revision create time can be accessed in views. |
RevisionCreateTimestampTest.php | file | core/ |
|
RevisionCreateTimestampTest::$modules | property | core/ |
Modules to enable. |
RevisionCreateTimestampTest::$testViews | property | core/ |
Views to be enabled. |
RevisionCreateTimestampTest::setUp | function | core/ |
|
RevisionCreateTimestampTest::testRevisionCreateTimestampView | function | core/ |
|
RevisionLink | class | core/ |
Field handler to present a link to a node revision. |
RevisionLink.php | file | core/ |
|
RevisionLink::getDefaultLabel | function | core/ |
Returns the default label for this link. |
RevisionLink::getUrlInfo | function | core/ |
Returns the URI elements of the link. |
RevisionLink::renderLink | function | core/ |
Prepares the link to view a entity. |
RevisionLinkDelete | class | core/ |
Field handler to present link to delete a node revision. |
RevisionLinkDelete.php | file | core/ |
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.