drush ds-fieldfor drush 8x


Create a Display Suite plugin

drush ds-field

ds-field is a Drush command from the ds project.

ds
  • Arguments


    ds-field accepts 1 argument/s:


    name : Name for your Display Suite field class

  • Options


    ds-field accepts 2 option/s:


    --name : Name for your class.

    --entity : Name of the entity

  • Examples


    Create a field with only a render function

    drush ds-field "MyField"

    Create a field for the user entity

    drush ds-field "MyTest" --entity=user

  • Comments


    comments powered by Disqus