Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This project simplifies entity management by providing Drush commands to create various entity types like nodes, taxonomies, paragraphs, and ECK entities. It also includes tools to automatically generate entity bundle classes and controllers, streamlining development workflows.

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
7 months ago
Releases (12 mo)
1
Maintenance
Active

Releases

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