Skip to content
Snippets Groups Projects

Issue #3091336: Use a proper language fallback mechanism for path.alias_repository service

Open Issue #3091336: Use a proper language fallback mechanism for path.alias_repository service
1 unresolved thread
1 unresolved thread

Closes #3091336. Replaces !5373 (closed).

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    Compare with previous version

  • James Williams resolved all threads

    resolved all threads

  • James Williams added 304 commits

    added 304 commits

    Compare with previous version

  • James Williams added 44 commits

    added 44 commits

    Compare with previous version

  • James Williams added 1 commit

    added 1 commit

    Compare with previous version

  • 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 {
  • Stephen Mustgrave left review comments

    left review comments

  • Please register or sign in to reply
    Loading