.. _`Flow Signals Reference`:

Flow Signals Reference
======================

This reference was automatically generated from code on 2019-05-06


.. _`Flow Signals Reference: AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)`:

AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)
--------------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: AbstractBackend (``Neos\Flow\Persistence\Generic\Backend\AbstractBackend``)`:

AbstractBackend (``Neos\Flow\Persistence\Generic\Backend\AbstractBackend``)
---------------------------------------------------------------------------

This class contains the following signals.

removedObject
^^^^^^^^^^^^^

Autogenerated Proxy Method

persistedObject
^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: ActionRequest (``Neos\Flow\Mvc\ActionRequest``)`:

ActionRequest (``Neos\Flow\Mvc\ActionRequest``)
-----------------------------------------------

This class contains the following signals.

requestDispatched
^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: AfterAdvice (``Neos\Flow\Aop\Advice\AfterAdvice``)`:

AfterAdvice (``Neos\Flow\Aop\Advice\AfterAdvice``)
--------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: AfterReturningAdvice (``Neos\Flow\Aop\Advice\AfterReturningAdvice``)`:

AfterReturningAdvice (``Neos\Flow\Aop\Advice\AfterReturningAdvice``)
--------------------------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: AfterThrowingAdvice (``Neos\Flow\Aop\Advice\AfterThrowingAdvice``)`:

AfterThrowingAdvice (``Neos\Flow\Aop\Advice\AfterThrowingAdvice``)
------------------------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: AroundAdvice (``Neos\Flow\Aop\Advice\AroundAdvice``)`:

AroundAdvice (``Neos\Flow\Aop\Advice\AroundAdvice``)
----------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: AuthenticationProviderManager (``Neos\Flow\Security\Authentication\AuthenticationProviderManager``)`:

AuthenticationProviderManager (``Neos\Flow\Security\Authentication\AuthenticationProviderManager``)
---------------------------------------------------------------------------------------------------

This class contains the following signals.

authenticatedToken
^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

loggedOut
^^^^^^^^^

Autogenerated Proxy Method

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

Autogenerated Proxy Method






.. _`Flow Signals Reference: BeforeAdvice (``Neos\Flow\Aop\Advice\BeforeAdvice``)`:

BeforeAdvice (``Neos\Flow\Aop\Advice\BeforeAdvice``)
----------------------------------------------------

This class contains the following signals.

adviceInvoked
^^^^^^^^^^^^^

Emits a signal when an Advice is invoked

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: Bootstrap (``Neos\Flow\Core\Bootstrap``)`:

Bootstrap (``Neos\Flow\Core\Bootstrap``)
----------------------------------------

This class contains the following signals.

finishedCompiletimeRun
^^^^^^^^^^^^^^^^^^^^^^

Emits a signal that the compile run was finished.

finishedRuntimeRun
^^^^^^^^^^^^^^^^^^

Emits a signal that the runtime run was finished.

bootstrapShuttingDown
^^^^^^^^^^^^^^^^^^^^^

Emits a signal that the bootstrap finished and is shutting down.






.. _`Flow Signals Reference: CacheCommandController (``Neos\Flow\Command\CacheCommandController``)`:

CacheCommandController (``Neos\Flow\Command\CacheCommandController``)
---------------------------------------------------------------------

This class contains the following signals.

warmupCaches
^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: ConfigurationManager (``Neos\Flow\Configuration\ConfigurationManager``)`:

ConfigurationManager (``Neos\Flow\Configuration\ConfigurationManager``)
-----------------------------------------------------------------------

This class contains the following signals.

configurationManagerReady
^^^^^^^^^^^^^^^^^^^^^^^^^

Emits a signal after The ConfigurationManager has been loaded






.. _`Flow Signals Reference: CoreCommandController (``Neos\Flow\Command\CoreCommandController``)`:

CoreCommandController (``Neos\Flow\Command\CoreCommandController``)
-------------------------------------------------------------------

This class contains the following signals.

finishedCompilationRun
^^^^^^^^^^^^^^^^^^^^^^

Signals that the compile command was successfully finished.






.. _`Flow Signals Reference: Dispatcher (``Neos\Flow\Mvc\Dispatcher``)`:

Dispatcher (``Neos\Flow\Mvc\Dispatcher``)
-----------------------------------------

This class contains the following signals.

beforeControllerInvocation
^^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

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

Autogenerated Proxy Method






.. _`Flow Signals Reference: DoctrineCommandController (``Neos\Flow\Command\DoctrineCommandController``)`:

DoctrineCommandController (``Neos\Flow\Command\DoctrineCommandController``)
---------------------------------------------------------------------------

This class contains the following signals.

afterDatabaseMigration
^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: EntityManagerFactory (``Neos\Flow\Persistence\Doctrine\EntityManagerFactory``)`:

EntityManagerFactory (``Neos\Flow\Persistence\Doctrine\EntityManagerFactory``)
------------------------------------------------------------------------------

This class contains the following signals.

beforeDoctrineEntityManagerCreation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

afterDoctrineEntityManagerCreation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: PackageManager (``Neos\Flow\Package\PackageManager``)`:

PackageManager (``Neos\Flow\Package\PackageManager``)
-----------------------------------------------------

This class contains the following signals.

packageStatesUpdated
^^^^^^^^^^^^^^^^^^^^

Emits a signal when package states have been changed (e.g. when a package was created)

The advice is not proxyable, so the signal is dispatched manually here.






.. _`Flow Signals Reference: PersistenceManager (``Neos\Flow\Persistence\Doctrine\PersistenceManager``)`:

PersistenceManager (``Neos\Flow\Persistence\Doctrine\PersistenceManager``)
--------------------------------------------------------------------------

This class contains the following signals.

allObjectsPersisted
^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: PersistenceManager (``Neos\Flow\Persistence\Generic\PersistenceManager``)`:

PersistenceManager (``Neos\Flow\Persistence\Generic\PersistenceManager``)
-------------------------------------------------------------------------

This class contains the following signals.

allObjectsPersisted
^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: PolicyService (``Neos\Flow\Security\Policy\PolicyService``)`:

PolicyService (``Neos\Flow\Security\Policy\PolicyService``)
-----------------------------------------------------------

This class contains the following signals.

configurationLoaded
^^^^^^^^^^^^^^^^^^^

Autogenerated Proxy Method

rolesInitialized
^^^^^^^^^^^^^^^^

Autogenerated Proxy Method






.. _`Flow Signals Reference: SlaveRequestHandler (``Neos\Flow\Cli\SlaveRequestHandler``)`:

SlaveRequestHandler (``Neos\Flow\Cli\SlaveRequestHandler``)
-----------------------------------------------------------

This class contains the following signals.

dispatchedCommandLineSlaveRequest
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Emits a signal that a CLI slave request was dispatched.





