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 Jun 27, 2024
1 parent acbacd7 commit f197380
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/CommandReference.rst
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 2024-06-23
The following reference was automatically generated from code on 2024-06-27


.. _`Neos Command Reference: NEOS.FLOW`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FluidAdaptor ViewHelper Reference
#################################

This reference was automatically generated from code on 2024-06-23
This reference was automatically generated from code on 2024-06-27


.. _`FluidAdaptor ViewHelper Reference: f:debug`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Form ViewHelper Reference
#########################

This reference was automatically generated from code on 2024-06-23
This reference was automatically generated from code on 2024-06-27


.. _`Form ViewHelper Reference: neos.form:form`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Media ViewHelper Reference
##########################

This reference was automatically generated from code on 2024-06-23
This reference was automatically generated from code on 2024-06-27


.. _`Media ViewHelper Reference: neos.media:fileTypeIcon`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Neos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Neos ViewHelper Reference
#########################

This reference was automatically generated from code on 2024-06-23
This reference was automatically generated from code on 2024-06-27


.. _`Neos ViewHelper Reference: neos:backend.authenticationProviderLabel`:
Expand Down
52 changes: 51 additions & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/TYPO3Fluid.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TYPO3 Fluid ViewHelper Reference
################################

This reference was automatically generated from code on 2024-06-23
This reference was automatically generated from code on 2024-06-27


.. _`TYPO3 Fluid ViewHelper Reference: f:alias`:
Expand Down Expand Up @@ -321,6 +321,56 @@ Will be nothing.



.. _`TYPO3 Fluid ViewHelper Reference: f:constant`:

f:constant
----------

Wrapper for PHPs :php:`constant` function.
See https://www.php.net/manual/function.constant.php.

Examples
========

Get built-in PHP constant
-------------------------

::

{f:constant(value: 'PHP_INT_MAX')}

Output::

9223372036854775807
(Depending on CPU architecture).

Get class constant
------------------

::

{f:constant(value: '\Vendor\Package\Class::CONSTANT')}

Get enum value
--------------

::

{f:constant(value: '\Vendor\Package\Enum::CASE')}

:Implementation: TYPO3Fluid\\Fluid\\ViewHelpers\\ConstantViewHelper




Arguments
*********

* ``name`` (string, *optional*): String representation of a PHP constant or enum




.. _`TYPO3 Fluid ViewHelper Reference: f:count`:

f:count
Expand Down

0 comments on commit f197380

Please sign in to comment.