Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
domain_unique_path_alias
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
domain_unique_path_alias
Merge requests
!5
fix php-unit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix php-unit
s1933/fix-phpunit
into
1.x
Overview
0
Commits
1
Pipelines
21
Changes
5
Merged
Jean-Philippe Déis Nuel
requested to merge
s1933/fix-phpunit
into
1.x
7 months ago
Overview
0
Commits
1
Pipelines
21
Changes
5
Expand
0
0
Merge request reports
Compare
1.x
version 18
1a8fc598
7 months ago
version 17
1d6efb16
7 months ago
version 16
a5d7e76e
7 months ago
version 15
2d829c38
7 months ago
version 14
4a2689dc
7 months ago
version 13
95a8edd7
7 months ago
version 12
5dabce1d
7 months ago
version 11
8fa33014
7 months ago
version 10
b34c15e1
7 months ago
version 9
da609cc8
7 months ago
version 8
c0d5bbc7
7 months ago
version 7
34c27b18
7 months ago
version 6
c6961ee7
7 months ago
version 5
e1ff5b05
7 months ago
version 4
110397cb
7 months ago
version 3
2f8c6351
7 months ago
version 2
c6b668db
7 months ago
version 1
d83a9efc
7 months ago
1.x (base)
and
latest version
latest version
c964c03e
1 commit,
7 months ago
version 18
1a8fc598
1 commit,
7 months ago
version 17
1d6efb16
1 commit,
7 months ago
version 16
a5d7e76e
1 commit,
7 months ago
version 15
2d829c38
1 commit,
7 months ago
version 14
4a2689dc
1 commit,
7 months ago
version 13
95a8edd7
1 commit,
7 months ago
version 12
5dabce1d
1 commit,
7 months ago
version 11
8fa33014
1 commit,
7 months ago
version 10
b34c15e1
1 commit,
7 months ago
version 9
da609cc8
1 commit,
7 months ago
version 8
c0d5bbc7
1 commit,
7 months ago
version 7
34c27b18
1 commit,
7 months ago
version 6
c6961ee7
1 commit,
7 months ago
version 5
e1ff5b05
1 commit,
7 months ago
version 4
110397cb
1 commit,
7 months ago
version 3
2f8c6351
1 commit,
7 months ago
version 2
c6b668db
1 commit,
7 months ago
version 1
d83a9efc
1 commit,
7 months ago
5 files
+
35
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/DomainUniquePathAliasGenerator.php
+
0
−
2
Options
@@ -4,7 +4,6 @@ namespace Drupal\domain_unique_path_alias;
use
Drupal\Core\Entity\EntityInterface
;
use
Drupal\Core\Entity\EntityMalformedException
;
use
Drupal\Core\Entity\Exception\UndefinedLinkTemplateException
;
use
Drupal\Core\Language\LanguageInterface
;
use
Drupal\Core\Render\BubbleableMetadata
;
use
Drupal\pathauto\PathautoGenerator
;
@@ -12,7 +11,6 @@ use Drupal\pathauto\PathautoGeneratorInterface;
/**
* Provides methods for generating path aliases.
* @see \Drupal\pathauto\PathautoGenerator
*
* For now, only op "return" is supported.
*/
Loading