Devel
A comprehensive suite of development and debugging tools for Drupal developers, providing functions for variable inspection, entity debugging, configuration editing, content generation, and developer-focused administration pages.
Tags
A comprehensive suite of development and debugging tools for Drupal developers, providing functions for variable inspection, entity debugging, configuration editing, content generation, and developer-focused administration pages.
Review Drupal major upgrade readiness of the environment and components of the site by scanning code for deprecated API usage.
A comprehensive collection of well-documented example modules demonstrating Drupal's core APIs and features for developers to learn from.
Generates scaffold code for custom Drupal modules including hooks, plugins, entities, services, forms, and tests.
Provides useful theme suggestions for Drupal forms, making form theming significantly easier and less time-consuming.
Provides developer tools for building dynamic content in Drupal using the HTMX library.
A development tool that helps developers review and analyze how Drupal's Internal Page Cache (IPC) and Dynamic Page Cache (DPC) work by providing visual indicators and demo pages.
Enables hook implementations using PHP 8 attributes without requiring .module files, with full dependency injection support.