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" \