ContentRepositoryIntegrationService
class ContentRepositoryIntegrationService extends AbstractIntegrationService (View source)
Monitors Neos.ContentRepository changes
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
void
reset()
No description