Skip to content

Commit

Permalink
TASK: Update references [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Nov 22, 2023
1 parent 7bb2dba commit 4649655
Show file tree
Hide file tree
Showing 16 changed files with 932 additions and 1,323 deletions.
1,192 changes: 646 additions & 546 deletions Neos.Neos/Documentation/References/CommandReference.rst

Large diffs are not rendered by default.

366 changes: 244 additions & 122 deletions Neos.Neos/Documentation/References/FlowQueryOperationReference.rst

Large diffs are not rendered by default.

241 changes: 1 addition & 240 deletions Neos.Neos/Documentation/References/Signals/ContentRepository.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,244 +3,5 @@
Content Repository Signals Reference
====================================

This reference was automatically generated from code on 2023-06-01


.. _`Content Repository Signals Reference: Context (``Neos\ContentRepository\Domain\Service\Context``)`:
Context (``Neos\ContentRepository\Domain\Service\Context``)
-----------------------------------------------------------

This class contains the following signals.

beforeAdoptNode
^^^^^^^^^^^^^^^



afterAdoptNode
^^^^^^^^^^^^^^








.. _`Content Repository Signals Reference: Node (``Neos\ContentRepository\Domain\Model\Node``)`:
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.






.. _`Content Repository Signals Reference: NodeData (``Neos\ContentRepository\Domain\Model\NodeData``)`:
NodeData (``Neos\ContentRepository\Domain\Model\NodeData``)
-----------------------------------------------------------

This class contains the following signals.

nodePathChanged
^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that a node has changed its path.






.. _`Content Repository Signals Reference: NodeDataRepository (``Neos\ContentRepository\Domain\Repository\NodeDataRepository``)`:
NodeDataRepository (``Neos\ContentRepository\Domain\Repository\NodeDataRepository``)
------------------------------------------------------------------------------------

This class contains the following signals.

repositoryObjectsPersisted
^^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that persistEntities() in this repository finished correctly.






.. _`Content Repository Signals Reference: PaginateController (``Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController``)`:
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






.. _`Content Repository Signals Reference: PublishingService (``Neos\ContentRepository\Domain\Service\PublishingService``)`:
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.






.. _`Content Repository Signals Reference: Workspace (``Neos\ContentRepository\Domain\Model\Workspace``)`:
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.




This reference was automatically generated from code on 2023-11-22

48 changes: 1 addition & 47 deletions Neos.Neos/Documentation/References/Signals/Flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flow Signals Reference
======================

This reference was automatically generated from code on 2023-05-01
This reference was automatically generated from code on 2023-11-22


.. _`Flow Signals Reference: AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)`:
Expand Down Expand Up @@ -35,17 +35,6 @@ 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

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
Expand All @@ -65,17 +54,6 @@ 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

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
Expand All @@ -95,8 +73,6 @@ This class contains the following signals.
requestDispatched
^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Emits a signal when a Request has been dispatched

The action request is not proxyable, so the signal is dispatched manually here.
Expand Down Expand Up @@ -193,23 +169,17 @@ This class contains the following signals.
authenticatedToken
^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that the specified token has been successfully authenticated.

loggedOut
^^^^^^^^^

Autogenerated Proxy Method

Signals that all active authentication tokens have been invalidated.
Note: the session will be destroyed after this signal has been emitted.

successfullyAuthenticated
^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that authentication commenced and at least one token was authenticated.


Expand Down Expand Up @@ -273,8 +243,6 @@ This class contains the following signals.
warmupCaches
^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that caches should be warmed up.

Other application parts may subscribe to this signal and execute additional
Expand Down Expand Up @@ -346,15 +314,11 @@ This class contains the following signals.
beforeControllerInvocation
^^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

This signal is emitted directly before the request is been dispatched to a controller.

afterControllerInvocation
^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

This signal is emitted directly after the request has been dispatched to a controller and the controller
returned control back to the dispatcher.

Expand Down Expand Up @@ -431,8 +395,6 @@ This class contains the following signals.
allObjectsPersisted
^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Signals that all persistAll() has been executed successfully.


Expand All @@ -450,8 +412,6 @@ This class contains the following signals.
configurationLoaded
^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Emits a signal when the policy configuration has been loaded

This signal can be used to add roles and/or privilegeTargets during runtime. In the slot make sure to receive the
Expand All @@ -460,8 +420,6 @@ $policyConfiguration array by reference so you can alter it.
rolesInitialized
^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

Emits a signal when roles have been initialized

This signal can be used to register roles during runtime. In the slot make sure to receive the $roles array by
Expand All @@ -482,8 +440,6 @@ 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
Expand Down Expand Up @@ -523,8 +479,6 @@ 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
Expand Down
Loading

0 comments on commit 4649655

Please sign in to comment.