- Issue created by @alorenc
Create interfaces for BabelService and BabelConfigHelper to follow Drupal best practices. This improves code organization, enables better dependency injection, facilitates testing with mocks, and allows for alternative implementations.
- Create BabelServiceInterface with methods from BabelService
- Create BabelConfigHelperInterface with methods from BabelConfigHelper
- Update related code
Active
1.0
Code