Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

some signals no longer exist #48

Open
Jan3k3y opened this issue Mar 14, 2024 · 2 comments
Open

some signals no longer exist #48

Jan3k3y opened this issue Mar 14, 2024 · 2 comments

Comments

@Jan3k3y
Copy link

Jan3k3y commented Mar 14, 2024

On the Neos Sprint in Hamburg I found out that some signals have been removed and replaced with catchUpHooks.

It would be pretty awesome if it would be possible to get a comment if the used signal is no longer supported
Maybe with a small hint for the hooks

@dlubitz
Copy link
Contributor

dlubitz commented Apr 12, 2024

We should collect, which signal we have removed first.

@dlubitz
Copy link
Contributor

dlubitz commented Apr 12, 2024

Neos\ContentRepository\Domain\Model\Node

  • beforeNodeMove
  • afterNodeMove
  • beforeNodeCopy
  • afterNodeCopy
  • nodePathChanged
  • beforeNodeCreate
  • afterNodeCreate
  • nodeAdded
  • nodeUpdated
  • nodeRemoved
  • beforeNodePropertyChange
  • nodePropertyChanged

Neos\ContentRepository\Domain\Model\NodeData

  • nodePathChanged

Neos\ContentRepository\Domain\Model\Workspace

  • baseWorkspaceChanged
  • beforeNodePublishing
  • afterNodePublishing

Neos\ContentRepository\Domain\Repository\NodeDataRepository

  • repositoryObjectsPersisted

Neos\ContentRepository\Domain\Service\Context

  • beforeAdoptNode
  • afterAdoptNode

Neos\ContentRepository\Domain\Service\PublishingService

  • nodePublished
  • nodeDiscarded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants