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 Apr 19, 2023
1 parent 9fedbcc commit d51f1ae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flow Annotation Reference
=========================

This reference was automatically generated from code on 2023-04-16
This reference was automatically generated from code on 2023-04-19


.. _`Flow Annotation Reference: After`:
Expand Down Expand Up @@ -290,16 +290,16 @@ Arguments

* ``path`` (string|null): Path of a configuration which should be injected into the property.
Can be specified as anonymous argument: InjectConfiguration("some.path")

For type "Settings" this refers to the relative path (excluding the package key)

Example: session.name

* ``package`` (string|null): Defines the package key to be used for retrieving settings. If no package key is specified, we'll assume the
package to be the same which contains the class where the InjectConfiguration annotation is used.

Note: This property is only supported for type "Settings"

Example: Neos.Flow

* ``type`` (string one of the ConfigurationManager::CONFIGURATION_TYPE_* constants): Type of Configuration (defaults to "Settings").
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands that may be available, use::

./flow help

The following reference was automatically generated from code on 2023-04-16
The following reference was automatically generated from code on 2023-04-19


.. _`Flow Command Reference: NEOS.FLOW`:
Expand Down Expand Up @@ -170,7 +170,7 @@ Arguments
^^^^^^^^^

``--cache-identifier``




Expand Down Expand Up @@ -452,23 +452,6 @@ Arguments



.. _`Flow Command Reference: NEOS.FLOW neos.flow:core:shell`:

``neos.flow:core:shell``
************************

**Run the interactive Shell**

The shell command runs Flow's interactive shell. This shell allows for
entering commands like through the regular command line interface but
additionally supports autocompletion and a user-based command history.







.. _`Flow Command Reference: NEOS.FLOW neos.flow:database:setcharset`:

``neos.flow:database:setcharset``
Expand Down
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-04-16
This reference was automatically generated from code on 2023-04-19


.. _`Flow Signals Reference: AbstractAdvice (``Neos\Flow\Aop\Advice\AbstractAdvice``)`:
Expand Down Expand Up @@ -477,8 +477,8 @@ before passing it on to further rendering

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

This class contains the following signals.

Expand All @@ -490,6 +490,9 @@ Emits a signal that a CLI slave request was dispatched.



**DEPRECATED** This will probably move to a separate package and be renamed in a future version, you should not rely on it.




.. _`Flow Signals Reference: StandardController (``Neos\Flow\Mvc\Controller\StandardController``)`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flow TypeConverter Reference
============================

This reference was automatically generated from code on 2023-04-16
This reference was automatically generated from code on 2023-04-19


.. _`Flow TypeConverter Reference: ArrayConverter`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Flow Validator Reference
========================

This reference was automatically generated from code on 2023-04-16
This reference was automatically generated from code on 2023-04-19


.. _`Flow Validator Reference: AggregateBoundaryValidator`:
Expand Down

0 comments on commit d51f1ae

Please sign in to comment.