Skip to content

Instantly share code, notes, and snippets.

@leymannx
Created May 19, 2021 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leymannx/58a90370e686065e504ca595b4fb4b65 to your computer and use it in GitHub Desktop.
Save leymannx/58a90370e686065e504ca595b4fb4b65 to your computer and use it in GitHub Desktop.
Drush generate field formatter
drush generate plugin-field-formatter
@leymannx
Copy link
Author

Just running drush generate plugin gives me this:

$ drush generate plugin

  Command "plugin" is ambiguous.
  Did you mean one of these?
      plugin-menu-link                  Generates menu-link plugin
      plugin-queue-worker               Generates queue worker plugin
      plugin-action                     Generates action plugin
      plugin-field-type                 Generates field type plugin
      plugin-field-formatter            Generates field formatter plugin
      plugin-field-widget               Generates field widget plugin
      plugin-block                      Generates block plugin
      plugin-migrate-destination        Generates migrate destination plugin
      plugin-migrate-source             Generates migrate source plugin
      plugin-migrate-process            Generates migrate process plugin
      plugin-constraint                 Generates constraint plugin
      plugin-filter                     Generates filter plugin
      plugin-rest-resource              Generates rest resource plugin
      plugin-entity-reference-selection Generates entity reference selection plugin
      plugin-ckeditor                   Generates CKEditor plugin
      plugin-condition                  Generates condition plugin
      plugin-views-field                Generates views field plugin
      plugin-views-argument-default     Generates views default argument plugin
      plugin-views-style                Generates views style plugin
      plugin-manager                    Generates plugin manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment