Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
simple_sitemap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
simple_sitemap
Commits
c8f9b450
Commit
c8f9b450
authored
Sep 17, 2018
by
Pawel G
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3000150
by slasher13:
#2924080
doesn't work with redis
parent
e963e288
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Queue/QueueWorker.php
src/Queue/QueueWorker.php
+3
-3
No files found.
src/Queue/QueueWorker.php
View file @
c8f9b450
...
...
@@ -7,7 +7,7 @@ use Drupal\simple_sitemap\SimplesitemapSettings;
use
Drupal\Core\Extension\ModuleHandler
;
use
Drupal\simple_sitemap
\
SimplesitemapManager
;
use
Drupal\Core\State\State
;
use
Drupal\Core\
ProxyClass\Lock\DatabaseLockBackend
;
use
Drupal\Core\
Lock\LockBackendInterface
;
class
QueueWorker
{
...
...
@@ -88,14 +88,14 @@ class QueueWorker {
* @param \Drupal\Core\State\State $state
* @param \Drupal\Core\Extension\ModuleHandler $module_handler
* @param \Drupal\simple_sitemap\Queue\ElementQueue $element_queue
* @param \Drupal\Core\
ProxyClass\Lock\DatabaseLockBackend
$lock
* @param \Drupal\Core\
Lock\LockBackendInterface
$lock
*/
public
function
__construct
(
SimplesitemapSettings
$settings
,
SimplesitemapManager
$manager
,
State
$state
,
ModuleHandler
$module_handler
,
ElementQueue
$element_queue
,
DatabaseLockBackend
$lock
)
{
LockBackendInterface
$lock
)
{
$this
->
settings
=
$settings
;
$this
->
manager
=
$manager
;
$this
->
state
=
$state
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment