Skip to content
Snippets Groups Projects
Commit bdce4388 authored by Chris Müller's avatar Chris Müller Committed by Daniel Siepmann
Browse files

[DOCS] Remove obsolete debugging hint

With Feature #90052 the parsed YAML configuration can be viewed
in the Configuration module. A tip is already available on the
top of the page. The hint about manual debugging is therefore
obsolete and can be removed.

Resolves: #90432
Related: #90052
Releases: master
Change-Id: Iff3e1ae0e15a30e679e8ca29fb5e54714d21f925
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63320


Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
parent 29c9793a
No related merge requests found
......@@ -380,22 +380,6 @@ This element inherits its definition from the ``RadioButton`` element but
additionally ships four predefined options. Without any problems, the new
element can be used and overridden within the ``form definition``.
.. hint::
Currently, there is no built-in solution within the TYPO3 core to
preview the resulting/ final EXT:form YAML configuration. If you want
to check the configuration, there is a fishy way which you should never
implement on a production system.
Open the file ``typo3/sysext/form/Classes/Mvc/Configuration/ConfigurationManager.php::getConfigurationFromYamlFile()``
and add the following code before the ``return`` statement::
\TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($yamlSettings, 'form configuration', 9999);
Now open the ``Forms`` module in the backend or navigate to a page in
the frontend which contains a form. The DebuggerUtility will print the
final configuration directly to the screen.
It will probably take some time to fully understand the awesomeness of
this operator. If you are eager to learn more about this great instrument,
check out the unit tests defined in ``EXT:form/Tests/Unit/Mvc/Configuration/InheritancesResolverServiceTest.php``.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment