Issue #3263893: EntityGenerate - document configuration properties
Merged
requested to merge issue/migrate_plus-3263893:3263893-entity-generate-document-properties into 8.x-5.x
3 unresolved threads
Closes #3263893
Merge request reports
Activity
added 1 commit
13 13 * 14 * @MigrateProcessPlugin( 15 * id = "entity_generate" 16 * ) 17 * 18 * @see EntityLookup 19 * 20 14 * All the configuration from the lookup plugin applies here. In its most 21 15 * simple form, this plugin needs no configuration. If there are fields on the 22 16 * generated entity that are required or need some value, their values can be 23 17 * provided via values and/or default_values configuration options. 24 18 * 25 * Example usage with values and default_values configuration: 19 * Available configuration keys: 20 * - default_values: (optional) A keyed array of default static values to be 21 * used for generated entity. changed this line in version 4 of the diff
14 * @MigrateProcessPlugin( 15 * id = "entity_generate" 16 * ) 17 * 18 * @see EntityLookup 19 * 20 14 * All the configuration from the lookup plugin applies here. In its most 21 15 * simple form, this plugin needs no configuration. If there are fields on the 22 16 * generated entity that are required or need some value, their values can be 23 17 * provided via values and/or default_values configuration options. 24 18 * 25 * Example usage with values and default_values configuration: 19 * Available configuration keys: 20 * - default_values: (optional) A keyed array of default static values to be 21 * used for generated entity. 22 * - values: (optional) A keyed array of values to be used for generated entity. changed this line in version 4 of the diff
16 * ) 17 * 18 * @see EntityLookup 19 * 20 14 * All the configuration from the lookup plugin applies here. In its most 21 15 * simple form, this plugin needs no configuration. If there are fields on the 22 16 * generated entity that are required or need some value, their values can be 23 17 * provided via values and/or default_values configuration options. 24 18 * 25 * Example usage with values and default_values configuration: 19 * Available configuration keys: 20 * - default_values: (optional) A keyed array of default static values to be 21 * used for generated entity. 22 * - values: (optional) A keyed array of values to be used for generated entity. 23 * It supports source and destination fields as you would normally use in 24 * process pipeline. changed this line in version 4 of the diff
Please register or sign in to reply