Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

Provides Drush commands for creating node, taxonomy, paragraph & eck types and for generating entity bundle classes & controllers.

Why?

  • Managing entity types & bundles by clicking through the interface is inefficient, time consuming and not developer friendly.
  • Creating entity bundle classes & controllers is equally repetitive and time consuming

How does it work?

Commands

This package provides a whole range of Drush commands for managing
entity types & bundles and for generating code.

For more information about command aliases, arguments, options & usage
examples, call the command with the -h / --help argument

Coding standards

Drupal core

  • entity:bundle-class-generate: Generate an entity bundle class
  • nodetype:create: Create a new node type
  • vocabulary:create: Create a new vocabulary

eck module

  • eck:bundle:create: Create a new eck entity type
  • eck:bundle:delete: Delete an eck entity type
  • eck:type:create: Delete an eck entity type

paragraphs module

  • paragraphs:type:create: Create a new paragraph type

wmcontroller module

  • wmcontroller:generate: Generate a wmcontroller controller

Code generator

This package provides Drupal services & Drush commands/hooks that can be used to generate entity bundle classes and controllers for the wmcontroller module.

Controllers are generated with a single show method, having the entity injected as an argument and rendering a template following our naming conventions. The template itself is not (yet) generated.

Entity bundle classes are generated with field getters. The content of the
getters is based on the field type and can be customized through EntityBundleClassMethodGenerator plugins. Out of the box, implementations for all common field types are provided.

Contributing

  • Tests are encouraged.
  • Keep the documentation up to date. Make sure README.md and other relevant documentation is kept up to date with your changes.
  • One pull request per feature. Try to keep your changes focused on solving a single problem. This will make it easier for us to review the change and easier for you to make sure you have updated the necessary tests and documentation.

Activity

Total releases
2
First release
Jul 2025
Latest release
4 months ago
Release cadence
154 days
Stability
100% stable

Releases

Version Type Release date
3.1.0 Stable Dec 11, 2025
3.0.2 Stable Jul 10, 2025