Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 521 Bytes

generate-plugin-migrate-process.md

File metadata and controls

24 lines (21 loc) · 521 Bytes

generate:plugin:migrate:process

Generate a migrate process plugin

Usage:

drupal generate:plugin:migrate:process [options]
gpmp

Available options

Option Details
--module Tên module.
--class Plugin class name
--plugin-id Plugin id

Examples

  • Generate a migration plugin process specifying the module name, the class and its id
drupal generate:plugin:migrate:process  \
  --module="modulename"  \
  --class="MigrationProcess"  \
  --plugin-id="migrationprocess"