Skip to content
Snippets Groups Projects

Resolve #1255092 "Front page outbound url path processor"

Closes #1255092

Merge request reports

Members who can merge are allowed to add commits.
Code Quality is loading
Test summary results are being parsed
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 <?php
  • 16 *
    17 * @var \Drupal\Core\Config\ConfigFactoryInterface
    18 */
    19 protected $config;
    16 use FrontPagePathTrait;
    20 17
    21 18 /**
    22 19 * Constructs a PathProcessorFront object.
    23 20 *
    24 * @param \Drupal\Core\Config\ConfigFactoryInterface $config
    21 * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory
    25 22 * A config factory for retrieving the site front page configuration.
    26 23 */
    27 public function __construct(ConfigFactoryInterface $config) {
    28 $this->config = $config;
    24 public function __construct(ConfigFactoryInterface $config_factory) {
  • 1446 1446 class: Drupal\Core\PathProcessor\PathProcessorFront
    1447 1447 tags:
    1448 1448 - { name: path_processor_inbound, priority: 200 }
    1449 - { name: path_processor_outbound, priority: 250 }
  • Víctor Dorado added 796 commits

    added 796 commits

    • 3a12c512...4b25dc76 - 793 commits from branch project:11.x
    • e8ad8756 - Merge branch '11.x' into 1255092-front_page_outbound_url_path_processor
    • 5acd0d13 - Fix two data type declarations in method signature to be consistent with the...
    • 75ee0b0f - Add a test for the outbound processing behavior

    Compare with previous version

  • Pieter Frenssen added 717 commits

    added 717 commits

    • 75ee0b0f...a24f3ca3 - 716 commits from branch project:11.x
    • 1b320f1a - Merge remote-tracking branch 'origin/11.x' into 1255092-front_page_outbound_url_path_processor

    Compare with previous version

  • Please register or sign in to reply
    Loading