We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4bfd4 commit 625bbceCopy full SHA for 625bbce
Classes/Flowpack/ElasticSearch/ContentRepositoryQueueIndexer/Indexer/NodeIndexer.php
@@ -6,6 +6,7 @@
6
use Flowpack\ElasticSearch\ContentRepositoryQueueIndexer\IndexingJob;
7
use Flowpack\JobQueue\Common\Job\JobManager;
8
use TYPO3\Flow\Annotations as Flow;
9
+use TYPO3\Flow\Persistence\PersistenceManagerInterface;
10
use TYPO3\TYPO3CR\Domain\Model\NodeInterface;
11
12
/**
@@ -19,6 +20,12 @@ class NodeIndexer extends ContentRepositoryAdaptor\Indexer\NodeIndexer
19
20
*/
21
protected $jobManager;
22
23
+ /**
24
+ * @var PersistenceManagerInterface
25
+ * @Flow\Inject
26
+ */
27
+ protected $persistenceManager;
28
+
29
30
* @var bool
31
* @Flow\InjectConfiguration(path="enableLiveAsyncIndexing")
0 commit comments