generate:plugin:imageformatter

छवि formatter प्लगिन उत्पन्न करें

Usage:

drupal generate:plugin:imageformatter  [options]
gpif

Available options

OptionDetails

--module

मोड्यूल का नाम।

--class

प्लगिन का क्लास नाम

--label

प्लगिन उप-शीर्षक

--plugin-id

प्लगिन id

Examples

Generate a image formatter plugin specifying the module name, the class, its label and the plugin id

drupal generate:plugin:imageformatter  \
  --module="modulename"  \
  --class="ExampleImageFormatter"  \
  --label="Example image formatter"  \
  --plugin-id="example_image_formatter"