Twig Tweak
A Twig extension module that provides useful functions and filters for Drupal development, enabling easy rendering of entities, blocks, views, menus, and more directly within Twig templates.
Tags
A Twig extension module that provides useful functions and filters for Drupal development, enabling easy rendering of entities, blocks, views, menus, and more directly within Twig templates.
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.
Allows splitting site configuration into separate sets that can be exported to different directories, merged during import, and activated/deactivated per environment.
Automatically fetches files from a production server on demand for development environments, eliminating the need to sync large file directories.
Generates scaffold code for custom Drupal modules including hooks, plugins, entities, services, forms, and tests.
Adds visual cues to indicate which environment you are currently viewing (Development, Staging, Production, etc.).
Allows administrators to inject CSS and JavaScript into page output based on configurable rules without modifying themes.
Creates a simple HTTP basic authentication shield to protect Drupal sites from unauthorized access, treating the site as a "walled garden".
Provides enhanced dump() and vardumper() Twig functions using Symfony VarDumper for better debugging output of PHP variables in Twig templates.
Drupal development profiler that extracts, collects, stores, and displays detailed profiling information for every request.
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.
A set of improvements to Drupal's configuration management system that removes the Site UUID check and provides automatic import/export functionality.