Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linkit
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
linkit
Merge requests
!35
Resolve
#3078075
"Detect and strip"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve
#3078075
"Detect and strip"
issue/linkit-3078075:3078075-detect-and-strip
into
7.x
Overview
5
Commits
12
Pipelines
7
Changes
1
1 unresolved thread
Hide all comments
Open
Dieter Holvoet
requested to merge
issue/linkit-3078075:3078075-detect-and-strip
into
7.x
1 year ago
Overview
5
Commits
12
Pipelines
7
Changes
1
1 unresolved thread
Hide all comments
Expand
Closes
#3078075
0
0
Merge request reports
Viewing commit
b76722c9
Show latest version
1 file
+
0
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b76722c9
Remove unused use statement
· b76722c9
Dieter Holvoet
authored
1 year ago
src/Plugin/Linkit/Matcher/EntityMatcher.php
+
0
−
1
Options
@@ -17,7 +17,6 @@ use Drupal\Core\Form\FormStateInterface;
use
Drupal\path_alias
\AliasManagerInterface
;
use
Drupal\Core\Session\AccountInterface
;
use
Drupal\Core\Url
;
use
Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl
;
use
Drupal\linkit\ConfigurableMatcherBase
;
use
Drupal\linkit\MatcherTokensTrait
;
use
Drupal\linkit\SubstitutionManagerInterface
;
Loading