Content Repository Signals Reference

This reference was automatically generated from code on 2024-03-10

Context (Neos\ContentRepository\Domain\Service\Context)

This class contains the following signals.

beforeAdoptNode

afterAdoptNode

Node (Neos\ContentRepository\Domain\Model\Node)

This class contains the following signals.

beforeNodeMove

afterNodeMove

beforeNodeCopy

afterNodeCopy

nodePathChanged

Autogenerated Proxy Method

Signals that the node path has been changed.

beforeNodeCreate

Autogenerated Proxy Method

Signals that a node will be created.

afterNodeCreate

Autogenerated Proxy Method

Signals that a node was created.

nodeAdded

Autogenerated Proxy Method

Signals that a node was added.

nodeUpdated

Autogenerated Proxy Method

Signals that a node was updated.

nodeRemoved

Autogenerated Proxy Method

Signals that a node was removed.

beforeNodePropertyChange

Autogenerated Proxy Method

Signals that the property of a node will be changed.

nodePropertyChanged

Autogenerated Proxy Method

Signals that the property of a node was changed.

NodeData (Neos\ContentRepository\Domain\Model\NodeData)

This class contains the following signals.

nodePathChanged

Autogenerated Proxy Method

Signals that a node has changed its path.

NodeDataRepository (Neos\ContentRepository\Domain\Repository\NodeDataRepository)

This class contains the following signals.

repositoryObjectsPersisted

Autogenerated Proxy Method

Signals that persistEntities() in this repository finished correctly.

PaginateController (Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController)

This class contains the following signals.

viewResolved

Autogenerated Proxy Method

Emit that the view is resolved. The passed ViewInterface reference, gives the possibility to add variables to the view, before passing it on to further rendering

PublishingService (Neos\ContentRepository\Domain\Service\PublishingService)

This class contains the following signals.

nodePublished

Autogenerated Proxy Method

Signals that a node has been published.

The signal emits the source node and target workspace, i.e. the node contains its source workspace.

nodeDiscarded

Autogenerated Proxy Method

Signals that a node has been discarded.

The signal emits the node that has been discarded.

Workspace (Neos\ContentRepository\Domain\Model\Workspace)

This class contains the following signals.

baseWorkspaceChanged

Autogenerated Proxy Method

Emits a signal after the base workspace has been changed

beforeNodePublishing

Autogenerated Proxy Method

Emits a signal just before a node is being published

The signal emits the source node and target workspace, i.e. the node contains its source workspace.

afterNodePublishing

Autogenerated Proxy Method

Emits a signal when a node has been published.

The signal emits the source node and target workspace, i.e. the node contains its source workspace.