class ContentRepositoryIntegrationService extends AbstractIntegrationService (View source)

Monitors Neos.ContentRepository changes

rewrite me as a projection

Constants

NODE_ADDED

NODE_UPDATED

NODE_LABEL_CHANGED

NODE_REMOVED

DOCUMENT_PUBLISHED

NODE_COPY

NODE_MOVE

NODE_ADOPT

Properties

protected EventEmittingService $eventEmittingService from  AbstractIntegrationService
protected EntityManagerInterface $entityManager
protected PersistenceManagerInterface $persistenceManager
protected $contentRepositoryRegistry
protected array $changedNodes
protected array $currentNodeAddEvents
protected bool $currentlyCopying
protected int $currentlyMoving
protected int $currentlyAdopting
protected array $scheduledNodeEventUpdates

Methods

void
afterNodePublishing(Node $node, Workspace $targetWorkspace)

No description

void
reset()

No description

Details

void afterNodePublishing(Node $node, Workspace $targetWorkspace)

No description

Parameters

Node $node
Workspace $targetWorkspace

Return Value

void

void reset()

No description

Return Value

void