diff --git a/Documentation/ContentObjects/LoadRegister/Index.rst b/Documentation/ContentObjects/LoadRegister/Index.rst index 2726386e5..9e134cf3f 100644 --- a/Documentation/ContentObjects/LoadRegister/Index.rst +++ b/Documentation/ContentObjects/LoadRegister/Index.rst @@ -8,9 +8,6 @@ LOAD\_REGISTER ============== -This provides a way to load the array :php:`$GLOBALS['TSFE']->register[]` -with values. It does not return anything! - The register is working like a stack: With each call new content can be put on top of the stack. :ref:`RESTORE_REGISTER ` can be used to remove the element at the topmost position again. diff --git a/Documentation/Functions/Data.rst b/Documentation/Functions/Data.rst index c1e1db335..95bf70d2e 100644 --- a/Documentation/Functions/Data.rst +++ b/Documentation/Functions/Data.rst @@ -808,7 +808,7 @@ register .. confval:: register :name: data-register - :Syntax: register: [field name from the :php:`$GLOBALS['TSFE']->register`] + :Syntax: register: [field name from the register stack] See :ref:`LOAD_REGISTER `. diff --git a/Documentation/Guide/TypoScriptObjects/FurtherObjects/Index.rst b/Documentation/Guide/TypoScriptObjects/FurtherObjects/Index.rst index 1b5a00378..00c622eb1 100644 --- a/Documentation/Guide/TypoScriptObjects/FurtherObjects/Index.rst +++ b/Documentation/Guide/TypoScriptObjects/FurtherObjects/Index.rst @@ -19,7 +19,7 @@ Further objects * :ref:`LOAD\_REGISTER ` / :ref:`RESTORE\_REGISTER ` objects allow us to - fill the global array `$GLOBALS['TSFE']->register[]` with content. + fill the register stack with content. These objects return nothing. Single values and complete TypoScript objects can be used. In doing so, the register works as a stack: With every call, a further element is stacked. With