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.
Categories
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.
Provides a user interface for browsing available tokens and adds missing core tokens to Drupal's Token API.
Allows splitting site configuration into separate sets that can be exported to different directories, merged during import, and activated/deactivated per environment.
Aggregates multiple CSS/JS files in a way that prevents 404 errors and provides enhanced optimization through gzip/brotli compression, minification, bundling, and CDN integration.
Review Drupal major upgrade readiness of the environment and components of the site by scanning code for deprecated API usage.
Exports and imports structural content (taxonomy terms, custom blocks, menu links) as configuration for synchronization across environments.
A comprehensive collection of well-documented example modules demonstrating Drupal's core APIs and features for developers to learn from.
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.
Security Review automates checking many configuration errors that lead to insecure Drupal sites and looks for existing vulnerabilities and attack attempts.
A user-friendly, automatic accessibility checker that runs on every page load to help content authors identify and fix accessibility issues.
Adds visual cues to indicate which environment you are currently viewing (Development, Staging, Production, etc.).
A content deployment solution for Drupal that enables teams to export and import content continuously via JSON files without database transfers.
Provides OpenAPI (Swagger) specification documents describing Drupal's REST APIs.
Provides typed wrapper classes for Drupal entities, enabling object-oriented business logic encapsulation and improved code maintainability.
Integrates Drupal with Sentry, an open-source application monitoring and error tracking platform.
Provides enhanced dump() and vardumper() Twig functions using Symfony VarDumper for better debugging output of PHP variables in Twig templates.
Provides developer tools for building dynamic content in Drupal using the HTMX library.
Drupal development profiler that extracts, collects, stores, and displays detailed profiling information for every request.