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 |
---|---|---|---|
EntityTestWithRevisionLog | class | core/ |
Defines the test entity class. |
EntityTestWithRevisionLog.php | file | core/ |
|
EntityTestWithRevisionLog::baseFieldDefinitions | function | core/ |
Provides base field definitions for an entity type. |
EntityType::$revision_data_table | property | core/ |
The name of the entity type's revision data table. |
EntityType::$revision_table | property | core/ |
The name of the entity type's revision table. |
EntityType::$show_revision_ui | property | core/ |
Indicates whether the revision form fields should be added to the form. |
EntityType::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
EntityType::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
EntityType::isRevisionable | function | core/ |
Indicates whether entities of this type have revision support. |
EntityType::showRevisionUi | function | core/ |
Indicates whether the revision form fields should be added to the form. |
EntityTypeInterface::getRevisionDataTable | function | core/ |
Gets the name of the entity's revision data table. |
EntityTypeInterface::getRevisionTable | function | core/ |
Gets the name of the entity's revision table. |
EntityTypeInterface::isRevisionable | function | core/ |
Indicates whether entities of this type have revision support. |
EntityTypeInterface::showRevisionUi | function | core/ |
Indicates whether the revision form fields should be added to the form. |
EntityTypeTest::testIsRevisionable | function | core/ |
Tests the isRevisionable() method. |
EntityUntranslatableFieldsConstraint::$defaultRevisionMessage | property | core/ |
|
EntityUpdateAddRevisionDefaultTest | class | core/ |
Tests the upgrade path for adding the 'revision_default' field. |
EntityUpdateAddRevisionDefaultTest.php | file | core/ |
|
EntityUpdateAddRevisionDefaultTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateAddRevisionDefaultTest::$state | property | core/ |
The state service. |
EntityUpdateAddRevisionDefaultTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EntityUpdateAddRevisionDefaultTest::setUp | function | core/ |
Overrides WebTestBase::setUp() for update testing. |
EntityUpdateAddRevisionDefaultTest::testAddingTheRevisionDefaultField | function | core/ |
Tests the addition of the 'revision_default' base field. |
EntityUpdateAddRevisionTranslationAffectedTest | class | core/ |
Tests the upgrade path for adding the 'revision_translation_affected' field. |
EntityUpdateAddRevisionTranslationAffectedTest.php | file | core/ |
|
EntityUpdateAddRevisionTranslationAffectedTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityUpdateAddRevisionTranslationAffectedTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
EntityUpdateAddRevisionTranslationAffectedTest::$state | property | core/ |
The state service. |
EntityUpdateAddRevisionTranslationAffectedTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
EntityUpdateAddRevisionTranslationAffectedTest::setUp | function | core/ |
Overrides WebTestBase::setUp() for update testing. |
EntityUpdateAddRevisionTranslationAffectedTest::testAddingTheRevisionTranslationAffectedField | function | core/ |
Tests the addition of the 'revision_translation_affected' base field. |
EntityUpdateAddRevisionTranslationAffectedTest::testDeletedEntityType | function | core/ |
Tests the 'revision_translation_affected' field on a deleted entity type. |
EntityUrlTest::$revisionId | property | core/ |
The revision ID of the entity used in this test. |
EntityUrlTest::DEFAULT_REVISION | constant | core/ |
Indicator for default revisions. |
EntityUrlTest::NON_DEFAULT_REVISION | constant | core/ |
Indicator for non-default revisions. |
EntityUrlTest::providerTestToUrlLinkTemplateRevision | function | core/ |
Provides data for testToUrlLinkTemplateRevision(). |
EntityUrlTest::testToUrlLinkTemplateRevision | function | core/ |
Tests the toUrl() method with the 'revision' link template. |
EntityViewController::viewRevision | function | core/ |
Provides a page to render a single entity revision. |
EntityViewsDataTest::testGetViewsDataWithNonRevisionableEntityOperations | function | core/ |
@covers ::getViewsData[[api-linebreak]] |
EntityViewsDataTest::testRevisionTableFields | function | core/ |
Tests fields on the revision table. |
EntityViewsDataTest::testRevisionTableWithoutDataTable | function | core/ |
Tests revision table without data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTable | function | core/ |
Tests revision table with data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable | function | core/ |
Tests revision table with data table support. |
entity_revision_delete | function | core/ |
Deletes an entity revision. |
entity_revision_load | function | core/ |
Loads an entity from the database. |
entity_test_entity_revision_create | function | core/ |
Implements hook_entity_revision_create(). |
entity_test_entity_test_mulrev_revision_create | function | core/ |
Implements hook_ENTITY_TYPE_revision_create() for 'entity_test_mulrev'. |
entity_test_schema_converter_post_update_make_revisionable | function | core/ |
Update entity_test_update to be revisionable. |
FieldableEntityDefinitionUpdateTest::assertNonRevisionableAndNonTranslatable | function | core/ |
Asserts that an entity type is neither revisionable nor translatable. |
FieldableEntityDefinitionUpdateTest::assertRevisionable | function | core/ |
Asserts the revisionable characteristics of an entity type. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.