

WebWash has a video demo on Module Builder, as well as comparing with the code generator using Drupal Console and Drush. Useful for newbie developers to learn how Drupal code works, and seasoned developers who are too lazy to look up what arguments a function has to take. Module Builder helps code generation by auto-generating a skeleton or "scaffolding" for a module, along with hints on how to fill them in. WebProfiler adds a toolbar at the bottom of every page and shows you all sorts of stats such as the amount of database queries loaded on the page, which services are used and much more. Use these messages to help debug your code.įrom the command-line Devel gives you new drush commands that can do many of the above actions, and also some reference commands so you can view hook implementations or refer to a function to learn how it works.įor more information on what the module includes or how to use the features, please refer to the project documentation. Inside your PHP code Devel adds new PHP functions to output a variety of messages, directly on the page in question.

On your development site, you can use Devel to generate dummy(example) content, examine service containers, routes, and events. OS Platforms.) - Description.ĭevel is a suite of modules that provides helper functions, admin pages, and additional development Drush commands to use during development. Still can't find your favorite? Please add it using the format as other listings, similar to: Toolname (Free/Commercial.

If you have a favorite Drupal tool that is not listed, make sure you've checked every section of this document. Use these development tools to help you create Drupal sites faster and with less effort.
