Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
## Major Architecture Improvements
- Refactored to use Drupal's core configuration system instead of custom PHP data files
- Implemented configuration event subscribers for seamless integration with config:export/import workflows
- Added robust configuration storage naming convention for predictable deployments
## Removed Components
- Removed deprecated ConfigPagesHandler service in favor of ConfigPagesExportManager
- Eliminated unnecessary post_update hooks (configuration is now handled via event subscribers)
* Refactoring by moving the event subscriberto a HttpKernelInterface child
* Split into multiple function to allow more overrides and remove NPath and CyclomaticComplexity