Issue #3476383 by jamsilver, simonbaese: Compatibility Drupal ^10.3 & Drupal ^11
parent
c9586cc0
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 5 additions, 2 deletions.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- composer.json 1 addition, 1 deletioncomposer.json
- language_country_negotiation.info.yml 1 addition, 1 deletionlanguage_country_negotiation.info.yml
- phpstan.neon 2 additions, 2 deletionsphpstan.neon
- src/Cache/Context/CountryCacheContext.php 1 addition, 1 deletionsrc/Cache/Context/CountryCacheContext.php
- src/Entity/Country.php 1 addition, 1 deletionsrc/Entity/Country.php
- src/EventSubscriber/CountryEventSubscriber.php 1 addition, 1 deletionsrc/EventSubscriber/CountryEventSubscriber.php
- src/EventSubscriber/RequestFallbackEventSubscriber.php 1 addition, 1 deletionsrc/EventSubscriber/RequestFallbackEventSubscriber.php
- src/LanguageCountryNegotiationServiceProvider.php 1 addition, 2 deletionssrc/LanguageCountryNegotiationServiceProvider.php
- src/Plugin/LanguageNegotiation/LanguageNegotiationLanguageCountryUrl.php 2 additions, 2 deletions...uageNegotiation/LanguageNegotiationLanguageCountryUrl.php
- src/Plugin/Validation/Constraint/CountryCodeConstraint.php 1 addition, 1 deletionsrc/Plugin/Validation/Constraint/CountryCodeConstraint.php
- src/Service/CountryManager.php 1 addition, 1 deletionsrc/Service/CountryManager.php
- src/Service/CountryRepository.php 1 addition, 1 deletionsrc/Service/CountryRepository.php
- src/Service/FallbackAliasManager.php 14 additions, 22 deletionssrc/Service/FallbackAliasManager.php
- tests/src/Functional/GenericTest.php 2 additions, 0 deletionstests/src/Functional/GenericTest.php
- tests/src/Kernel/CountryManagerTest.php 2 additions, 0 deletionstests/src/Kernel/CountryManagerTest.php
- tests/src/Kernel/CountryRepositoryTest.php 2 additions, 0 deletionstests/src/Kernel/CountryRepositoryTest.php
- tests/src/Kernel/CountryTestBase.php 2 additions, 0 deletionstests/src/Kernel/CountryTestBase.php
- tests/src/Kernel/NegotiationRedirectTest.php 4 additions, 6 deletionstests/src/Kernel/NegotiationRedirectTest.php
Loading
Please register or sign in to comment