ADRs tagged "drupal"
A collection of drupal-related software design choices that address architecturally significant requirements
- ADRs 25
- Collaborators 30
- Disciplines 17
- Do not use placeholder text in form fields
- Place form fields in the same order that they are rendered in the resulting page
- Use Typed Entity to encapsulate business logic in dedicated classes
- Leverage view modes when rendering entities
- Use identical cache backends on development environments
- Do not add the Metatag field to the node form
- Use Claro for the Drupal administration theme
- Use Simple Add More to improve editorial experience
- Use Type Tray to improve editorial UX
- Configure Composer Patches to Use `-p2` as `patchLevel` for Drupal core
- Store Composer Patches configuration in composer.json
- Use local copies of patch files
- Break composer install if patches don't apply
- Always hide non-translatable fields on translation forms
- Lock entity language on edit forms
- Consistently name entity fields
- Use PHPUnit for unit testing PHP code
- Composer patches configuration and best practices
- Always use typehints in new PHP code
- Block the Drupal user 1 account in production environments
- Confirm Drupal site configuration is always in a default state
- Use DDEV for local environments
- Use strict types in PHP code
- Use settings.php for environment overrides and local settings
- Stage File Proxy for static files