Issue #3091336: Use a proper language fallback mechanism for path.alias_repository service
Open
requested to merge issue/drupal-3091336:3091336-allow-altering-path-aliases-language-fallback-d11 into 11.x
1 unresolved thread
Closes #3091336. Replaces !5373 (closed).
Merge request reports
Activity
added 1 commit
added 1 commit
added 1 commit
added 1 commit
mentioned in merge request !5373 (closed)
- Resolved by James Williams
- Resolved by James Williams
added 304 commits
-
df30fc1c...93ec7a93 - 303 commits from branch
project:11.x
- 52d559a3 - Merge remote-tracking branch 'origin/11.x' into...
-
df30fc1c...93ec7a93 - 303 commits from branch
added 44 commits
-
52d559a3...7257036e - 43 commits from branch
project:11.x
- b0548e24 - Merge remote-tracking branch 'origin/11.x' into...
-
52d559a3...7257036e - 43 commits from branch
- core/modules/path_alias/path_alias.module 0 → 100644
1 <?php 2 3 /** 4 * @file 5 * Provides the API that allows renaming URLs. 6 */ 7 8 use Drupal\Core\Language\LanguageInterface; 9 10 /** 11 * Implements hook_language_fallback_candidates_OPERATION_alter(). 12 */ 13 function path_alias_language_fallback_candidates_path_alias_alter(array &$candidates, array $context): void {
Please register or sign in to reply