Resolve #1255092 "Front page outbound url path processor"
3 open threads
Closes #1255092
Merge request reports
Activity
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) { 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
Toggle commit list-
3a12c512...4b25dc76 - 793 commits from branch
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
-
75ee0b0f...a24f3ca3 - 716 commits from branch
Please register or sign in to reply