Issue #2715089: Document the type of tables an entity type can define
4 unresolved threads
Drupal issue link: 2715089
Edited by Ahmet Burkan
Merge request reports
Activity
Filter activity
added 10 commits
-
fa282387...2030a5bb - 7 commits from branch
project:9.4.x
- cfcda4fa - Added comments to EntityType.php
- 7f7f93de - Edit to comment.
- 19aff98e - Fixing code style and comment.
Toggle commit list-
fa282387...2030a5bb - 7 commits from branch
115 115 /** 116 116 * The name of the entity type's base table. 117 117 * 118 * The base table is used to store single cardinality, untranslatable base 119 * fields such as the UUID or ID. 120 * 122 125 /** 123 126 * The name of the entity type's revision data table. 124 127 * 128 * The revision data table is required for translatable entity types if the 129 * entity type also supports revisions. The revision data table stores 130 * base field revision data per language for revisionable fields. 131 * - Comment on lines +128 to +131
This needs to be wrapped correctly.
I think the sentences should be swapped, that is explain what the table is then add details of when it is needed. Something like this
"The revision data table stores the revision data for each base field that supports revisions per language. The table is required for translatable entity types that support revisions."
129 136 /** 130 137 * The name of the entity type's revision table. 131 138 * 139 * The revision table stores basic entity key revisions and revision metadata. 140 * 136 145 /** 137 146 * The name of the entity type's data table. 138 147 * 148 * The data table is required for translatable entity types. The data table 149 * stores base field data per language. 150 * - Comment on lines +148 to +150
added 4531 commits
- 19aff98e...87bf1eef - 4521 earlier commits
- f562df44 - Issue #3436164 by omkar.podey, kunal.sachdev, pradhumanjain2311, smustgrave,...
- a810a916 - Issue #3336070 by mikelutz, efpapado, smustgrave, quietone, danflanagan8:...
- b68f1b74 - Issue #3456112 by quietone: Ignore another nonsense word used in hashes
- 5a9e57dc - Issue #3455912 by quietone: Fix spelling for 10 words used in tests
- b3ad3580 - Issue #3447748 by joelpittet, ramil g, smustgrave: TypeError: Illegal offset...
- b06bf11b - Issue #3457778 by markconroy, ressa: Reorder checkboxes on "Development settings" page
- 98d2e74f - Added comments to EntityType.php
- 1e24bc0f - Edit to comment.
- 3597ea74 - Fixing code style and comment.
- 81069c25 - swap sentences
Toggle commit list
Please register or sign in to reply