Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
facets-3133309
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
facets-3133309
Commits
d3016d2c
Commit
d3016d2c
authored
6 years ago
by
Narsing Gopagoni
Committed by
Joris Vercammen
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2981799
by gopagoninarsing: Provide the alterinfo hook for UrlProcessorPluginManager
parent
015447be
No related branches found
Branches containing commit
Tags
8.x-1.0-beta3
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/UrlProcessor/UrlProcessorPluginManager.php
+1
-0
1 addition, 0 deletions
src/UrlProcessor/UrlProcessorPluginManager.php
with
1 addition
and
0 deletions
src/UrlProcessor/UrlProcessorPluginManager.php
+
1
−
0
View file @
d3016d2c
...
...
@@ -25,6 +25,7 @@ class UrlProcessorPluginManager extends DefaultPluginManager {
*/
public
function
__construct
(
\Traversable
$namespaces
,
CacheBackendInterface
$cache_backend
,
ModuleHandlerInterface
$module_handler
)
{
parent
::
__construct
(
'Plugin/facets/url_processor'
,
$namespaces
,
$module_handler
,
UrlProcessorInterface
::
class
,
FacetsUrlProcessor
::
class
);
$this
->
alterInfo
(
'facets_url_processors_info'
);
$this
->
setCacheBackend
(
$cache_backend
,
'facets_url_processors'
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment