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 |
---|---|---|---|
EntityDecoupledTranslationRevisionsTest::testUntranslatableFields | function | core/ |
Tests that untranslatable fields are handled correctly. |
EntityDefinitionTestTrait::addRevisionableBaseField | function | core/ |
Adds a new revisionable base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::addRevisionableBaseField | function | core/ |
Adds a new revisionable base field to the 'entity_test_update' entity type. |
EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ |
Renames the revision table to 'entity_test_update_revision_new'. |
EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ |
Renames the revision table to 'entity_test_update_revision_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable | function | core/ |
Updates the 'entity_test_update' entity type not revisionable. |
EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable | function | core/ |
Updates the 'entity_test_update' entity type not revisionable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable and translatable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable and translatable. |
EntityDuplicateTest::testDuplicateNonDefaultRevision | function | core/ |
Test duplicating a non-default revision. |
EntityNonRevisionableTranslatableFieldTest | class | core/ |
Tests translating a non-revisionable field. |
EntityNonRevisionableTranslatableFieldTest.php | file | core/ |
|
EntityNonRevisionableTranslatableFieldTest::$modules | property | core/ |
Modules to enable. |
EntityNonRevisionableTranslatableFieldTest::setUp | function | core/ |
|
EntityNonRevisionableTranslatableFieldTest::testTranslatingNonRevisionableField | function | core/ |
Tests translating a non-revisionable field. |
EntityOperations::entityRevisionDelete | function | core/ |
|
EntityOperationsTest::testPendingRevisions | function | core/ |
Verifies that the process of saving pending revisions works as expected. |
EntityQueryTest::assertRevisionResult | function | core/ |
|
EntityQueryTest::testConditionOnRevisionMetadataKeys | function | core/ |
Tests entity queries with condition on the revision metadata keys. |
EntityQueryTest::testPendingRevisions | function | core/ |
Test pending revisions. |
EntityRepository::getLatestTranslationAffectedRevision | function | core/ |
Returns the latest revision translation of the specified entity. |
EntityRepository::loadRevision | function | core/ |
Loads the specified entity revision. |
EntityRevision | class | core/ |
Provides entity revision destination plugin. |
EntityRevision | class | core/ |
Mock that exposes from internal methods for testing. |
EntityRevision.php | file | core/ |
|
EntityRevision::getEntity | function | core/ |
Gets the entity. |
EntityRevision::getEntity | function | core/ |
Allow public access for testing. |
EntityRevision::getHighestId | function | core/ |
Returns the highest ID tracked by the implementing plugin. |
EntityRevision::getIds | function | core/ |
Gets the destination IDs. |
EntityRevision::save | function | core/ |
Saves the entity. |
EntityRevision::save | function | core/ |
Allow public access for testing. |
EntityRevision::updateEntity | function | core/ |
Don't test method from base class. |
EntityRevision::__construct | function | core/ |
Constructs a content entity. |
EntityRevisionConverter | class | core/ |
Defines a class for making sure the edit-route loads the current draft. |
EntityRevisionConverter.php | file | core/ |
|
EntityRevisionConverter::convert | function | core/ |
Converts path variables to their corresponding objects. |
EntityRevisionConverterTest | class | core/ |
@coversDefaultClass \Drupal\content_moderation\ParamConverter\EntityRevisionConverter[[api-linebreak]] @group content_moderation @group legacy |
EntityRevisionConverterTest.php | file | core/ |
|
EntityRevisionConverterTest::$modules | property | core/ |
Modules to enable. |
EntityRevisionConverterTest::setUp | function | core/ |
|
EntityRevisionConverterTest::testDeprecatedLoadPendingRevisionFlag | function | core/ |
@covers ::convert[[api-linebreak]] @expectedDeprecationMessage The load_pending_revision flag has been deprecated. You should use load_latest_revision instead. |
EntityRevisionParamConverter | class | core/ |
Parameter converter for upcasting entity revision IDs to full objects. |
EntityRevisionParamConverter.php | file | core/ |
|
EntityRevisionParamConverter::$entityRepository | property | core/ |
The entity repository. |
EntityRevisionParamConverter::$entityTypeManager | property | core/ |
The entity type manager. |
EntityRevisionParamConverter::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.