Flow Signals Reference
This reference was automatically generated from code on 2019-03-05
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.
AbstractBackend (Neos\Flow\Persistence\Generic\Backend\AbstractBackend)
This class contains the following signals.
removedObject
Autogenerated Proxy Method
persistedObject
Autogenerated Proxy Method
ActionRequest (Neos\Flow\Mvc\ActionRequest)
This class contains the following signals.
requestDispatched
Autogenerated Proxy Method
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.
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.
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.
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.
AuthenticationProviderManager (Neos\Flow\Security\Authentication\AuthenticationProviderManager)
This class contains the following signals.
authenticatedToken
Autogenerated Proxy Method
loggedOut
Autogenerated Proxy Method
successfullyAuthenticated
Autogenerated Proxy Method
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.
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.
CacheCommandController (Neos\Flow\Command\CacheCommandController)
This class contains the following signals.
warmupCaches
Autogenerated Proxy Method
ConfigurationManager (Neos\Flow\Configuration\ConfigurationManager)
This class contains the following signals.
configurationManagerReady
Emits a signal after The ConfigurationManager has been loaded
CoreCommandController (Neos\Flow\Command\CoreCommandController)
This class contains the following signals.
finishedCompilationRun
Signals that the compile command was successfully finished.
Dispatcher (Neos\Flow\Mvc\Dispatcher)
This class contains the following signals.
beforeControllerInvocation
Autogenerated Proxy Method
afterControllerInvocation
Autogenerated Proxy Method
DoctrineCommandController (Neos\Flow\Command\DoctrineCommandController)
This class contains the following signals.
afterDatabaseMigration
Autogenerated Proxy Method
EntityManagerFactory (Neos\Flow\Persistence\Doctrine\EntityManagerFactory)
This class contains the following signals.
beforeDoctrineEntityManagerCreation
Autogenerated Proxy Method
afterDoctrineEntityManagerCreation
Autogenerated Proxy Method
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.
PersistenceManager (Neos\Flow\Persistence\Doctrine\PersistenceManager)
This class contains the following signals.
allObjectsPersisted
Autogenerated Proxy Method
PersistenceManager (Neos\Flow\Persistence\Generic\PersistenceManager)
This class contains the following signals.
allObjectsPersisted
Autogenerated Proxy Method
PolicyService (Neos\Flow\Security\Policy\PolicyService)
This class contains the following signals.
configurationLoaded
Autogenerated Proxy Method
rolesInitialized
Autogenerated Proxy Method
SlaveRequestHandler (Neos\Flow\Cli\SlaveRequestHandler)
This class contains the following signals.
dispatchedCommandLineSlaveRequest
Emits a signal that a CLI slave request was dispatched.