Skip to content
Snippets Groups Projects

Issue #3263893: EntityGenerate - document configuration properties

Merged Issue #3263893: EntityGenerate - document configuration properties
3 unresolved threads
3 unresolved threads

Closes #3263893

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.
  • 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.
  • 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.
  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading