Verified Commit 4543fe7a authored by quietone's avatar quietone
Browse files

Issue #3479185 by akulsaxena, joachim, smustgrave, mikelutz, quietone: Clarify...

Issue #3479185 by akulsaxena, joachim, smustgrave, mikelutz, quietone: Clarify documentation for EntityContentBase 'translations' configuration option

(cherry picked from commit edf709a3)
parent 2a82a293
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -27,8 +27,14 @@
 * Provides destination class for all content entities lacking a specific class.
 *
 * Available configuration keys:
 * - translations: (optional) Boolean, indicates if the entity is translatable,
 *   defaults to FALSE.
 * - translations: (optional) A boolean that indicates if the entity is
 *   translatable. When TRUE, migration rows will be considered as translations.
 *   This means the migration will attempt to load an existing entity and, if
 *   found, save the row data into it as a new translation rather than creating
 *   a new entity. For this functionality, the migration process definition must
 *   include mappings for the entity ID and the entity language field. If this
 *   property is TRUE, the migration will also have an additional destination ID
 *   for the language code.
 * - overwrite_properties: (optional) A list of properties that will be
 *   overwritten if an entity with the same ID already exists. Any properties
 *   that are not listed will not be overwritten.