generate:plugin:rules:dataprocessor
Generate a plugin rule dataprocessor
वापर:
drupal generate:plugin:rules:dataprocessor [options]
gprd
उपलब्ध पर्याय
पर्याय | तपशील |
---|---|
--module | मॉड्यूलचे नाव. |
--class | Plugin class name |
--label | Plugin label |
--plugin-id | Plugin id |
उदाहरणे
Generate a user rule dataprocessor plugin specifying the module name, the class, its label, the plugin id, the type, the category and its context
drupal generate:plugin:rules:dataprocessor \
--module="modulename" \
--class="DefaultDataprocessor" \
--label="Default dataprocessor" \
--plugin-id="default_dataprocessor" \