Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
simple_sitemap
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
simple_sitemap
Commits
c4c00c84
Commit
c4c00c84
authored
3 months ago
by
Andrey Tymchuk
Committed by
A.Tymchuk
3 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3486207
by walkingdexter: Remove "public: true" from service definitions
parent
76228703
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#332322
passed
3 months ago
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/simple_sitemap_engines/simple_sitemap_engines.services.yml
+0
-1
0 additions, 1 deletion
...imple_sitemap_engines/simple_sitemap_engines.services.yml
simple_sitemap.services.yml
+0
-11
0 additions, 11 deletions
simple_sitemap.services.yml
with
0 additions
and
12 deletions
modules/simple_sitemap_engines/simple_sitemap_engines.services.yml
+
0
−
1
View file @
c4c00c84
...
...
@@ -4,7 +4,6 @@ services:
simple_sitemap.engines.sitemap_submitter
:
class
:
Drupal\simple_sitemap_engines\Submitter\SitemapSubmitter
public
:
true
Drupal\simple_sitemap_engines\Submitter\SitemapSubmitter
:
'
@simple_sitemap.engines.sitemap_submitter'
simple_sitemap.engines.index_now_submitter
:
...
...
This diff is collapsed.
Click to expand it.
simple_sitemap.services.yml
+
0
−
11
View file @
c4c00c84
...
...
@@ -4,29 +4,24 @@ services:
simple_sitemap.generator
:
class
:
Drupal\simple_sitemap\Manager\Generator
public
:
true
arguments
:
$lock
:
'
@lock'
Drupal\simple_sitemap\Manager\Generator
:
'
@simple_sitemap.generator'
simple_sitemap.entity_manager
:
class
:
Drupal\simple_sitemap\Manager\EntityManager
public
:
true
Drupal\simple_sitemap\Manager\EntityManager
:
'
@simple_sitemap.entity_manager'
simple_sitemap.custom_link_manager
:
class
:
Drupal\simple_sitemap\Manager\CustomLinkManager
public
:
true
Drupal\simple_sitemap\Manager\CustomLinkManager
:
'
@simple_sitemap.custom_link_manager'
simple_sitemap.settings
:
class
:
Drupal\simple_sitemap\Settings
public
:
true
Drupal\simple_sitemap\Settings
:
'
@simple_sitemap.settings'
simple_sitemap.queue_worker
:
class
:
Drupal\simple_sitemap\Queue\QueueWorker
public
:
true
arguments
:
$key_value
:
'
@keyvalue'
$lock
:
'
@lock'
...
...
@@ -34,29 +29,24 @@ services:
simple_sitemap.queue
:
class
:
Drupal\simple_sitemap\Queue\SimpleSitemapQueue
public
:
true
arguments
:
$name
:
'
simple_sitemap_elements'
Drupal\simple_sitemap\Queue\SimpleSitemapQueue
:
'
@simple_sitemap.queue'
simple_sitemap.sitemap_writer
:
class
:
Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGenerator\SitemapWriter
public
:
true
Drupal\simple_sitemap\Plugin\simple_sitemap\SitemapGenerator\SitemapWriter
:
'
@simple_sitemap.sitemap_writer'
simple_sitemap.entity_helper
:
class
:
Drupal\simple_sitemap\Entity\EntityHelper
public
:
true
Drupal\simple_sitemap\Entity\EntityHelper
:
'
@simple_sitemap.entity_helper'
simple_sitemap.form_helper
:
class
:
Drupal\simple_sitemap\Form\FormHelper
public
:
true
Drupal\simple_sitemap\Form\FormHelper
:
'
@simple_sitemap.form_helper'
simple_sitemap.logger
:
class
:
Drupal\simple_sitemap\Logger
public
:
true
arguments
:
# @todo Can be removed.
# See https://www.drupal.org/node/3395436
...
...
@@ -71,7 +61,6 @@ services:
logger.channel.simple_sitemap
:
parent
:
logger.channel_base
public
:
true
arguments
:
-
simple_sitemap
...
...
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